Skip to content

Commit

Permalink
Обновили версию игры до 1.1.0, исправили ошибки установщика.
Browse files Browse the repository at this point in the history
  • Loading branch information
tereshenkovav committed Nov 26, 2022
1 parent 73a19ec commit 8cf50cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions setup/linux/build64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ chmod 777 appimagetool-x86_64.AppImage
export ARCH=x86_64

echo en > $appdir/usr/bin/text/default
./appimagetool-x86_64.AppImage $appdir /tmp/NimeTravel-prologue-EN-1.0.0-x86_64.AppImage
./appimagetool-x86_64.AppImage $appdir /tmp/NimeTravel-prologue-EN-1.1.0-x86_64.AppImage

echo ru > $appdir/usr/bin/text/default
./appimagetool-x86_64.AppImage $appdir /tmp/NimeTravel-prologue-RU-1.0.0-x86_64.AppImage
./appimagetool-x86_64.AppImage $appdir /tmp/NimeTravel-prologue-RU-1.1.0-x86_64.AppImage
6 changes: 3 additions & 3 deletions setup/windows/LangData_en.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LangString GameGameName 0 "Nime's Travel game"
LangString GamePrologName 0 "Nime's Travel game (prologue)"
LangString AfterParams 0 ": options"
LangString PublisherName 0 "Tereshenkov A.V."
LangString MsgInstError 0 "Error installing the Nime's Journey game!"
LangString MsgUninstOK 0 "Nime's Journey game has been successfully removed"
LangString MsgUninstError 0 "Error uninstalling the Nime's Journey game!"
LangString MsgInstError 0 "Error installing the Nime's Travel game!"
LangString MsgUninstOK 0 "Nime's Travel game has been successfully removed"
LangString MsgUninstError 0 "Error uninstalling the Nime's Travel game!"
6 changes: 3 additions & 3 deletions setup/windows/NimeTravel.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ReserveFile /plugin InstallOptions.dll
ReserveFile "runapp_${GAMELANG}.ini"

!ifdef updatemode
OutFile "M:\NimeTravel-prologue-1.0.0-Win32-update.exe"
OutFile "M:\NimeTravel-prologue-1.1.0-Win32-update.exe"
!else
OutFile "M:\NimeTravel-prologue-${UPPERLANG}-1.0.0-Win32.exe"
OutFile "M:\NimeTravel-prologue-${UPPERLANG}-1.1.0-Win32.exe"
!endif

var is_update
Expand Down Expand Up @@ -138,7 +138,7 @@ Section "$(GamePrologName)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NimeTravel" \
"Publisher" "$(PublisherName)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NimeTravel" \
"DisplayVersion" "1.0.0"
"DisplayVersion" "1.1.0"

SetOutPath $INSTDIR
CreateDirectory "$SMPROGRAMS\$(GameName)"
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/create_zip32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exit

:mainproc

set ZipName=NimeTravel-prologue-%2-1.0.0-Win32
set ZipName=NimeTravel-prologue-%2-1.1.0-Win32

mkdir M:\%ZipName%
mkdir M:\%ZipName%\fonts
Expand Down

0 comments on commit 8cf50cc

Please sign in to comment.