Fix bug, bump version

This commit is contained in:
idk
2021-12-07 22:25:42 -05:00
parent a96d33027c
commit 57a8f6a1a0
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
1.05.1
1.06.0

View File

@@ -1,3 +1,3 @@
!define VERSIONMAJOR 1
!define VERSIONMINOR 06
!define VERSIONBUILD 0
!define VERSIONBUILD 1

View File

@@ -1 +1 @@
1.05.1
1.06.0

View File

@@ -4,9 +4,9 @@ if exist "%ProgramFiles%\I2P\" (
set "I2PPath=%ProgramFiles%\I2P\"
)
if exist "%ProgramFiles(x86)%\I2P" {
if exist "%ProgramFiles(x86)%\I2P" (
set "I2PPath=%ProgramFiles(x86)%\I2P"
}
)
if exist "%ProgramFiles%\I2P\jpackaged" (
start "i2p" /D "%LOCALAPPDATA%\I2P" "%I2PPath%\i2p.exe"

View File

@@ -4,9 +4,9 @@ if exist "%ProgramFiles%\I2P\" (
set "I2PPath=%ProgramFiles%\I2P\"
)
if exist "%ProgramFiles(x86)%\I2P" {
if exist "%ProgramFiles(x86)%\I2P" (
set "I2PPath=%ProgramFiles(x86)%\I2P"
}
)
if exist "%ProgramFiles%\I2P\jpackaged" (
start "i2p" /D "%LOCALAPPDATA%\I2P" "%I2PPath%\i2p.exe"