mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Rename installer.exe to include version number
This commit is contained in:
@@ -4,7 +4,7 @@ install.exe: profile build/licenses
|
||||
cp src/nsis/*.nsi build
|
||||
cp src/nsis/*.nsh build
|
||||
cp src/icons/*.ico build
|
||||
cd build && makensis i2pbrowser-installer.nsi && cp install.exe ../ && echo "built windows installer"
|
||||
cd build && makensis i2pbrowser-installer.nsi && cp I2P-Profile-Installer-*.exe ../ && echo "built windows installer"
|
||||
|
||||
#
|
||||
# Warning: a displayed license file of more than 28752 bytes
|
||||
@@ -18,7 +18,7 @@ build/licenses: build
|
||||
unix2dos build/licenses/LICENSE.index
|
||||
|
||||
clean:
|
||||
rm -rf build profile-*.tgz install.exe
|
||||
rm -rf build profile-*.tgz I2P-Profile-Installer-*.exe
|
||||
|
||||
|
||||
build:
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
2019-01-08 zab
|
||||
* Rename the output of the windows installer to include version.
|
||||
- current (initial) version is 0.01a
|
||||
|
||||
2019-01-07 zzz
|
||||
* Remove irrelevant parts of Tor license
|
||||
* Fix Makefile to not re-download the xpi's
|
||||
|
||||
2019-01-07 zab
|
||||
* Split the license into files to reduce size and fix build on nsis v3 (ticket 2372)
|
||||
|
||||
2019-01-05 zab
|
||||
* start a changelog
|
||||
* add version to the profile, independent of installer version
|
||||
|
||||
@@ -29,7 +29,7 @@ LicenseData "licenses\LICENSE.index"
|
||||
# This will be in the installer/uninstaller's title bar
|
||||
Name "${COMPANYNAME} - ${APPNAME}"
|
||||
Icon "ui2pbrowser_icon.ico"
|
||||
OutFile "install.exe"
|
||||
OutFile "I2P-Profile-Installer-${VERSIONMAJOR}.${VERSIONMINOR}${VERSIONBUILD}.exe"
|
||||
|
||||
RequestExecutionLevel admin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user