diff --git a/media/workshop-gamemode.jpg b/media/workshop-gamemode.jpg new file mode 100644 index 0000000..3915c09 Binary files /dev/null and b/media/workshop-gamemode.jpg differ diff --git a/tools/gamemode_release.bat b/tools/gamemode_release.bat index 1d3a6d9..46d807b 100644 --- a/tools/gamemode_release.bat +++ b/tools/gamemode_release.bat @@ -5,6 +5,6 @@ SET "GMANAME=%TMP%\prophuntextended-%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.gma" PUSHD "%REPO%" "%GARRYSMODPATH%\bin\gmad.exe" create -folder "%REPO%source" -out "%GMANAME%" -"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 468149739 -icon "media\rendered\gamemode_workshop.jpg" -addon "%GMANAME%" -changes "To be added (see Github in the mean time)" +"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 468149739 -icon "media\workshop-gamemode.jpg" -addon "%GMANAME%" -changes "To be added (see Github in the mean time)" POPD PAUSE diff --git a/tools/proxy_release.bat b/tools/proxy_release.bat index 1fe5716..f3e36d2 100644 --- a/tools/proxy_release.bat +++ b/tools/proxy_release.bat @@ -5,6 +5,6 @@ SET "GMANAME=%TMP%\prophuntproxy-%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.gma" PUSHD "%REPO%" "%GARRYSMODPATH%\bin\gmad.exe" create -folder "%REPO%source" -out "%GMANAME%" -"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 1327985306 -icon "media\rendered\gamemode_workshop.jpg" -addon "%GMANAME%" -changes "To be added (see Github in the mean time)" +"%GARRYSMODPATH%\bin\gmpublish.exe" update -id 1327985306 -icon "media\workshop-gamemode.jpg" -addon "%GMANAME%" -changes "To be added (see Github in the mean time)" POPD PAUSE