File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
"installer" : {
14
14
"script" : [
15
15
" Expand-DarkArchive \" $dir\\ podman-$version-setup.exe\" \" $dir\\ _tmp\" -Removal" ,
16
- " Expand-MsiArchive \" $dir\\ _tmp\\ AttachedContainer\\ podman.msi\" \" $dir\" -ExtractDir 'PFiles64\\ RedHat\\ Podman'"
16
+ " Expand-MsiArchive \" $dir\\ _tmp\\ AttachedContainer\\ podman.msi\" \" $dir\" -ExtractDir 'PFiles64\\ RedHat\\ Podman'" ,
17
+ " if (get_config USE_ISOLATED_PATH) {" ,
18
+ " Add-Path -Path ('%' + $scoopPathEnvVar + '%') -Global:$global" ,
19
+ " }" ,
20
+ " Add-Path -Path $original_dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
17
21
]
18
22
},
23
+ "uninstaller" : {
24
+ "script" : " Remove-Path -Path $dir -TargetEnvVar $scoopPathEnvVar -Global:$global -Force"
25
+ },
19
26
"checkver" : {
20
27
"github" : " https://github.com/containers/podman"
21
28
},
You can’t perform that action at this time.
0 commit comments