File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1- # Created using wingetcreate 1.9.4.0
2- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3-
4- PackageIdentifier : Dyne.CJIT
5- PackageVersion : %%VERSION%%
6- InstallerType : inno
7- Installers :
8- - Architecture : x64
9- InstallerUrl : https://github.com/dyne/cjit/releases/download/v%%VERSION%%/CJIT_install.exe
10- InstallerSha256 : %%INSTALLER_HASH_SHA256%%
11- ManifestType : installer
12- ManifestVersion : 1.9.0
13- InstallNotes : |
14- CJIT has been added to your PATH. Restart terminals to use it immediately.
15- Location: $INSTALLDIR\cjit.exe
1+ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
2+
3+ PackageIdentifier : Dyne.CJIT
4+ PackageVersion : %%VERSION%%
5+ InstallerType : inno
6+ Installers :
7+ - Architecture : x64
8+ Scope : user
9+ InstallerUrl : https://github.com/dyne/cjit/releases/download/v%%VERSION%%/CJIT_install.exe
10+ InstallerSha256 : %%INSTALLER_HASH_SHA256%%
11+ InstallerSwitches :
12+ Custom : /CURRENTUSER=1 /SILENT
13+ - Architecture : x64
14+ Scope : machine
15+ InstallerUrl : https://github.com/dyne/cjit/releases/download/v%%VERSION%%/CJIT_install.exe
16+ InstallerSha256 : %%INSTALLER_HASH_SHA256%%
17+ InstallerSwitches :
18+ Custom : /ALLUSERS /SILENT
19+ ManifestType : installer
20+ ManifestVersion : 1.9.0
You can’t perform that action at this time.
0 commit comments