Skip to content

Commit

Permalink
Updated installation messages still refering to Game Develop instead …
Browse files Browse the repository at this point in the history
…of GDevelop.

ReleaseProcedure.bat now produce a zip file instead of a 7z file (not support by GitHub).
  • Loading branch information
4ian committed Oct 9, 2014
1 parent 2ad0630 commit f8717a5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified Binaries/Output/Release_Windows/Informations-en.rtf
Binary file not shown.
Binary file modified Binaries/Output/Release_Windows/Informations-fr.rtf
Binary file not shown.
Binary file modified Binaries/Output/Release_Windows/License-en.rtf
Binary file not shown.
Binary file modified Binaries/Output/Release_Windows/License-fr.rtf
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/ReleaseProcedure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ IF "%SKIPINSTALLERANDARCHIVE%"=="1" echo (Skipped)

echo.
echo --Creating archive...
if exist Binaries\Releases\gd3xxxx.7z (del Binaries\Releases\gd3xxxx.7z)
if exist Binaries\Releases\gd3xxxx.zip (del Binaries\Releases\gd3xxxx.zip)
cd Binaries\Output\Release_Windows\
IF NOT "%SKIPINSTALLERANDARCHIVE%"=="1" "C:\Program Files (x86)\7-Zip\7z.exe" a ..\..\Releases\gd3xxxx.7z * > ..\..\..\scripts\logs\7zArchiveLog.txt
IF NOT "%SKIPINSTALLERANDARCHIVE%"=="1" "C:\Program Files (x86)\7-Zip\7z.exe" a ..\..\Releases\gd3xxxx.zip * > ..\..\..\scripts\logs\zipArchiveLog.txt
IF "%SKIPINSTALLERANDARCHIVE%"=="1" echo (Skipped)
cd ..\..\..

Expand Down

0 comments on commit f8717a5

Please sign in to comment.