Skip to content

Commit c1dbb9e

Browse files
committed
UPDATE: Use "<ItemID>_via_crowbar.gma" instead of "temp.gma" for Publish to Garry's Mod.
1 parent 240f330 commit c1dbb9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Public Class GarrysModSteamAppInfo
8888
If Directory.Exists(item.ContentPathFolderOrFileName) Then
8989
Me.theBackgroundWorker.ReportProgress(0, "Creating GMA file." + vbCrLf)
9090

91-
gmaPathFileName = Path.Combine(Me.theTempCrowbarPath, "temp.gma")
91+
'NOTE: File name is all lowercase in case Garry's Mod needs that on Linux.
92+
gmaPathFileName = Path.Combine(Me.theTempCrowbarPath, item.ID + "_via_crowbar.gma")
9293

9394
'TODO: Create GMA file without calling gmad.exe.
9495
Dim appInstallPath As String = ""

0 commit comments

Comments
 (0)