mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
fixed NSIS version and URL
This commit is contained in:
parent
ade33c3068
commit
bd5a463691
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
!define APPNAME "OnionShare"
|
!define APPNAME "OnionShare"
|
||||||
!define BINPATH "..\dist\onionshare"
|
!define BINPATH "..\dist\onionshare"
|
||||||
!define ABOUTURL "https://github.com/micahflee/onionshare"
|
!define ABOUTURL "https://onionshare.org/"
|
||||||
|
|
||||||
# change these with each release
|
# change these with each release
|
||||||
!define INSTALLSIZE 31187
|
!define INSTALLSIZE 31187
|
||||||
!define VERSIONMAJOR 0
|
!define VERSIONMAJOR 0
|
||||||
!define VERSIONMINOR 5
|
!define VERSIONMINOR 6
|
||||||
!define VERSIONSTRING "0.6"
|
!define VERSIONSTRING "0.6"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue