TWBlue 0.81 has been officially released

This commit is contained in:
Manuel Cortez 2016-03-25 01:24:30 -06:00
parent 3caef5fc81
commit dbbe6c0600
3 changed files with 9 additions and 9 deletions

View File

@ -12,10 +12,10 @@ SetCompress auto
SetCompressor /solid lzma SetCompressor /solid lzma
SetDatablockOptimize on SetDatablockOptimize on
VIAddVersionKey ProductName "TWBlue" VIAddVersionKey ProductName "TWBlue"
VIAddVersionKey LegalCopyright "Copyright 2015 Manuel Cortéz." VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz."
VIAddVersionKey ProductVersion "0.80" VIAddVersionKey ProductVersion "0.81"
VIAddVersionKey FileVersion "0.80" VIAddVersionKey FileVersion "0.81"
VIProductVersion "0.80.0.0" VIProductVersion "0.81.0.0"
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
!define MUI_LICENSEPAGE_RADIOBUTTONS !define MUI_LICENSEPAGE_RADIOBUTTONS
!insertmacro MUI_PAGE_LICENSE "license.txt" !insertmacro MUI_PAGE_LICENSE "license.txt"

View File

@ -2,7 +2,7 @@
name = 'TWBlue' name = 'TWBlue'
snapshot = False snapshot = False
if snapshot == False: if snapshot == False:
version = "0.80" version = "0.81"
update_url = 'http://twblue.es/updates/twblue_ngen.json' update_url = 'http://twblue.es/updates/twblue_ngen.json'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else: else:

View File

@ -2,7 +2,7 @@
# Define paths for a regular use, if there are not paths for python32 or 64, these commands will be taken. # Define paths for a regular use, if there are not paths for python32 or 64, these commands will be taken.
pythonpath32="/C/python27x86" pythonpath32="/C/python27x86"
pythonpath64="/C/python27" pythonpath64="/C/python27"
nsyspath=$PROGRAMFILES/NSIS nsispath=$PROGRAMFILES/NSIS
help () { help () {
echo -e "$0 | usage:" echo -e "$0 | usage:"
@ -52,6 +52,6 @@ $pythonpath64/python.exe "setup.py" "py2exe" "--quiet"
mv -f dist ../scripts/TWBlue64 mv -f dist ../scripts/TWBlue64
rm -rf build rm -rf build
cd ../scripts cd ../scripts
$nsispath/Unicode/makensis.exe "twblue.nsi" #$nsispath/Unicode/makensis.exe "twblue.nsi"
rm -rf TWBlue #rm -rf TWBlue
rm -rf TWBlue64 #rm -rf TWBlue64