Skip to content

Commit

Permalink
UPDATE: Use "<ItemID>_via_crowbar.gma" instead of "temp.gma" for Publ…
Browse files Browse the repository at this point in the history
…ish to Garry's Mod.
  • Loading branch information
ZeqMacaw committed Jan 28, 2020
1 parent 240f330 commit c1dbb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Crowbar/Core/SteamAppInfos/GarrysModSteamAppInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit c1dbb9e

Please sign in to comment.