Version bump.
This commit is contained in:
parent
728f05513a
commit
6bf8e74751
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "Web2Exe"
|
||||
!define PRODUCT_VERSION "0.3.0b"
|
||||
!define PRODUCT_VERSION "0.3.1b"
|
||||
!define PRODUCT_PUBLISHER "SimplyPixelated"
|
||||
!define PRODUCT_WEB_SITE "http://www.simplypixelated.com"
|
||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ rm Web2ExeLinux/files/error.log Web2ExeLinux/files/last_project_path.txt Web2Exe
|
|||
|
||||
|
||||
zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
|
||||
zip -r -9 Web2ExeLinux-v0.2.2b.zip Web2ExeLinux
|
||||
zip -r -9 Web2ExeLinux-v0.3.1b.zip Web2ExeLinux
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ cp -rf files Web2Executable.app/Contents/MacOS/
|
|||
rm -rf build dist
|
||||
|
||||
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-CMD.zip Web2ExeMac-CMD
|
||||
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-v0.2.2b.zip Web2Executable.app
|
||||
/Applications/Keka.app/Contents/Resources/keka7z a -r Web2ExeMac-v0.3.1b.zip Web2Executable.app
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ del command_line_builds\files\compressors\upx-linux-x32
|
|||
|
||||
makensis /V4 Web2Exe.nsi
|
||||
|
||||
7z a Web2ExeWin-v0.2.4b.zip -r Web2ExeWin
|
||||
7z a Web2ExeWin-v0.3.1b.zip -r Web2ExeWin
|
||||
cd command_line_builds
|
||||
7z a ..\Web2ExeWin-CMD.zip -tzip -r *
|
||||
cd ..
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'''Command line module for web2exe.'''
|
||||
|
||||
__version__ = "v0.3.0b"
|
||||
__version__ = "v0.3.1b"
|
||||
|
||||
import ssl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue