Skip to content

Commit

Permalink
TWBlue 0.81 has been officially released
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelcortez committed Mar 25, 2016
1 parent 3caef5f commit dbbe6c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions scripts/twblue.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ SetCompress auto
SetCompressor /solid lzma
SetDatablockOptimize on
VIAddVersionKey ProductName "TWBlue"
VIAddVersionKey LegalCopyright "Copyright 2015 Manuel Cortéz."
VIAddVersionKey ProductVersion "0.80"
VIAddVersionKey FileVersion "0.80"
VIProductVersion "0.80.0.0"
VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz."
VIAddVersionKey ProductVersion "0.81"
VIAddVersionKey FileVersion "0.81"
VIProductVersion "0.81.0.0"
!insertmacro MUI_PAGE_WELCOME
!define MUI_LICENSEPAGE_RADIOBUTTONS
!insertmacro MUI_PAGE_LICENSE "license.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'TWBlue'
snapshot = False
if snapshot == False:
version = "0.80"
version = "0.81"
update_url = 'http://twblue.es/updates/twblue_ngen.json'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else:
Expand Down
8 changes: 4 additions & 4 deletions tools/build_twblue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Define paths for a regular use, if there are not paths for python32 or 64, these commands will be taken.
pythonpath32="/C/python27x86"
pythonpath64="/C/python27"
nsyspath=$PROGRAMFILES/NSIS
nsispath=$PROGRAMFILES/NSIS

help () {
echo -e "$0 | usage:"
Expand Down Expand Up @@ -52,6 +52,6 @@ $pythonpath64/python.exe "setup.py" "py2exe" "--quiet"
mv -f dist ../scripts/TWBlue64
rm -rf build
cd ../scripts
$nsispath/Unicode/makensis.exe "twblue.nsi"
rm -rf TWBlue
rm -rf TWBlue64
#$nsispath/Unicode/makensis.exe "twblue.nsi"
#rm -rf TWBlue
#rm -rf TWBlue64

0 comments on commit dbbe6c0

Please sign in to comment.