From c1dbb9e822440eeb4d6d51bd45b01b7103d52481 Mon Sep 17 00:00:00 2001 From: ZeqMacaw Date: Tue, 28 Jan 2020 13:24:03 -0500 Subject: [PATCH] UPDATE: Use "_via_crowbar.gma" instead of "temp.gma" for Publish to Garry's Mod. --- Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb b/Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb index 265f7b4..44261a2 100644 --- a/Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb +++ b/Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb @@ -88,7 +88,8 @@ Public Class GarrysModSteamAppInfo If Directory.Exists(item.ContentPathFolderOrFileName) Then Me.theBackgroundWorker.ReportProgress(0, "Creating GMA file." + vbCrLf) - gmaPathFileName = Path.Combine(Me.theTempCrowbarPath, "temp.gma") + 'NOTE: File name is all lowercase in case Garry's Mod needs that on Linux. + gmaPathFileName = Path.Combine(Me.theTempCrowbarPath, item.ID + "_via_crowbar.gma") 'TODO: Create GMA file without calling gmad.exe. Dim appInstallPath As String = ""