Skip to content

Commit 2cf7d5b

Browse files
committed
winpkg manifest template with 2 nodes
1 parent f29d9aa commit 2cf7d5b

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed
Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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

0 commit comments

Comments
 (0)