Skip to content

Commit 5fcdd24

Browse files
Release 6.1.3 (#302)
1 parent 2fb3725 commit 5fcdd24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

installer/Installer.nsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ SectionIn RO ; Read only, always installed
9595

9696
# Pack turnkeyml repo into the installer
9797
# Exclude hidden files (like .git, .gitignore) and the installation folder itself
98-
File /r /x nsis.exe /x installer /x .* /x *.pyc /x docs /x examples /x utilities ..\*.* lemonade_server.bat
98+
File /r /x nsis.exe /x installer /x .* /x *.pyc /x docs /x examples /x utilities ..\*.* lemonade-server.bat
9999

100-
# Create bin directory and move lemonade_server.bat there
100+
# Create bin directory and move lemonade-server.bat there
101101
CreateDirectory "$INSTDIR\bin"
102-
Rename "$INSTDIR\lemonade_server.bat" "$INSTDIR\bin\lemonade_server.bat"
102+
Rename "$INSTDIR\lemonade-server.bat" "$INSTDIR\bin\lemonade-server.bat"
103103

104104
DetailPrint "- Packaged repo"
105105

@@ -200,7 +200,7 @@ SectionIn RO ; Read only, always installed
200200

201201
DetailPrint "*** INSTALLATION COMPLETED ***"
202202
# Create a shortcut inside $INSTDIR
203-
CreateShortcut "$INSTDIR\lemonade-server.lnk" "$INSTDIR\bin\lemonade_server.bat" "serve --keep-alive" "$INSTDIR\img\favicon.ico"
203+
CreateShortcut "$INSTDIR\lemonade-server.lnk" "$INSTDIR\bin\lemonade-server.bat" "serve --keep-alive" "$INSTDIR\img\favicon.ico"
204204

205205
; Add bin folder to system PATH
206206
DetailPrint "- Adding bin directory to system PATH..."
@@ -313,7 +313,7 @@ SubSectionEnd
313313

314314
Section "-Add Desktop Shortcut" ShortcutSec
315315
; Create a desktop shortcut that passes the conda environment name as a parameter
316-
CreateShortcut "$DESKTOP\lemonade-server.lnk" "$INSTDIR\bin\lemonade_server.bat" "serve --keep-alive" "$INSTDIR\img\favicon.ico"
316+
CreateShortcut "$DESKTOP\lemonade-server.lnk" "$INSTDIR\bin\lemonade-server.bat" "serve --keep-alive" "$INSTDIR\img\favicon.ico"
317317

318318
SectionEnd
319319

File renamed without changes.

src/turnkeyml/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.1.2"
1+
__version__ = "6.1.3"

0 commit comments

Comments
 (0)