fix notepad++ version and ventoy extraction

This commit is contained in:
Homes32
2023-03-27 19:22:25 -05:00
parent 89b7ebc84f
commit 2ab13d8d81
2 changed files with 8 additions and 10 deletions

View File

@@ -36,13 +36,13 @@ Level=5
Selected=True
Mandatory=False
Version=1.4.3.0
Date=2023-03-25
Date=2023-03-27
[Variables]
%ProgramFolder%="Notepad++"
%ProgramExe%="notepad++.exe"
%ShellExtDll%="NppShell_06.dll"
%ProgramVersion%=8.4.8
%ProgramVersion%=8.5.1
%DownloadURLx86%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.7z
%DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z
%aToolbarIconMap%=Fluent UI: small|small|Fluent UI: large|large|Filled Fluent UI: small|small2|Filled Fluent UI: large|large2|Standard icons: small|standard

View File

@@ -30,13 +30,13 @@
[Main]
Title=Ventoy
Description=(v1.0.89) Ventoy is an open source tool used to create bootable USB devices capable of launching multiple ISO/WIM/IMG/VHD(x)/EFI files.
Description=(v1.0.90) Ventoy is an open source tool used to create bootable USB devices capable of launching multiple ISO/WIM/IMG/VHD(x)/EFI files.
Author=Homes32
Level=8
Selected=None
Mandatory=False
Version=1.1.15.0
Date=2023-03-25
Version=1.1.16.0
Date=2023-03-27
[Variables]
%ProgramFolder%="%Workbench%\Ventoy"
@@ -48,12 +48,10 @@ Date=2023-03-25
[Process]
Echo,"Launching %ScriptTitle%..."
If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Begin
Run,%ScriptFile%,DownloadProgram
// Extract to workbench (instead of temp) to allow the user can customize the boot menu, plugins, etc.
Run,%ScriptFile%,ExtractProgram,%ProgramFolder%
End
If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram
// Extract to workbench (instead of temp) to allow the user can customize the boot menu, plugins, etc.
Run,%ScriptFile%,ExtractProgram,%ProgramFolder%
ShellExecuteEx,Open,"%ProgramFolder%\%ProgramExe%","",%ProgramFolder%
[#ExtractProgram#]