diff --git a/changelog.txt b/changelog.txt index 08e46cb..e0fcad1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2022-09-18 idk + * remove unstable/deprecated targets from Makefile. + * make it fatal if a jpackaged I2P is not found, the profile launcher is now part of the jpackage + 2022-09-16 idk * remove unstable/deprecated functionality. Better solutions have been developed and instructions on how to use them are provided. diff --git a/makefiles/build.mk b/makefiles/build.mk index 3510726..e69de29 100644 --- a/makefiles/build.mk +++ b/makefiles/build.mk @@ -1,8 +0,0 @@ -build/profile/extensions: build/profile - mkdir -p build/profile/extensions - -build/profile: build - mkdir -p build/profile - -build/win: - mkdir -p build/win/ diff --git a/src/nsis/i2pbrowser-installer.nsi b/src/nsis/i2pbrowser-installer.nsi index 52035b3..2be5536 100644 --- a/src/nsis/i2pbrowser-installer.nsi +++ b/src/nsis/i2pbrowser-installer.nsi @@ -143,13 +143,13 @@ FunctionEnd Function routerDetect createDirectory $I2PINSTEXE SetOutPath $I2PINSTEXE\app - File /nonfatal /a /r "I2P\app\" + File /a /r "I2P\app\" SetOutPath $I2PINSTEXE\runtime - File /nonfatal /a /r "I2P\runtime\" + File /a /r "I2P\runtime\" SetOutPath $I2PINSTEXE - File /nonfatal /a /r "I2P\I2P.exe" - File /nonfatal /a /r "I2P\I2P.ico" - File /nonfatal "I2P\config\jpackaged" + File /a /r "I2P\I2P.exe" + File /a /r "I2P\I2P.ico" + File "I2P\config\jpackaged" createDirectory "$I2PINSTEXE\" SetOutPath "$I2PINSTEXE\"