-
Notifications
You must be signed in to change notification settings - Fork 26
/
E2B.yml
39 lines (39 loc) · 1.12 KB
/
E2B.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version: "2.11"
description: Easy2boot. USB multiboot solution (Legacy+UEFI).
homepage: http://www.easy2boot.com
license:
identifier: Freeware
url: http://www.easy2boot.com/contact-us/licensing/
depends: MPI
url: https://www.fosshub.com/Easy2Boot.html?dwl=Easy2Boot_v2.11_DPMS.exe
hash: 5fe2462b78ee2d751a7b27c49e6c7f68f5851394a9aa45ab69b25847b9829fce
installer:
script: |
Expand-7zipArchive "$dir\$fname" -Removal
# Download MPI
$MPI = "$dir\_MPI"
if (-not (Test-Path "$persist\_MPI")) { New-Item $MPI -Type Directory | Out-Null }
Copy-Item "$(appdir MPI $global))\*" $MPI -Force -Recurse
scoop uninstall MPI
# Run installer
#& "$MPI\ImDisk\imdiskinst.exe"
# Create shortcuts
#& "$MPI\CreateDesktopShortcuts.cmd"
uninstaller:
script: |
#See about imdisk
#Revert 'CreateDesktopShortcuts.cmd'
innosetup: true
shortcuts:
- - Make_E2B.exe
- Easy2Boot
persist:
- _ISO
- _MPI
checkver:
url: https://www.fosshub.com/Easy2Boot.html
regex: Easy2Boot_v([\w.]+)_DPM
autoupdate:
url: https://www.fosshub.com/Easy2Boot.html?dwl=Easy2Boot_v$version_DPMS.exe
hash:
mode: fosshub