Skip to content

Commit

Permalink
update json template
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbang9710 committed Oct 27, 2024
1 parent 93e9a1c commit 6f561c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions TestNewManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
$checkver = "$env:SCOOP/apps/scoop/current/bin/checkver.ps1"
$dir = 'E:\GitApps\scoop-apps\bucket'
scoop config debug $true
& $checkver -Dir $dir hotkey-detective
& $checkver -Dir $dir hotkey-detective -ForceUpdate
scoop install E:\GitApps\scoop-apps\bucket\hotkey-detective.json
scoop update hotkey-detective -f
scoop uninstall hotkey-detective -p
& $checkver -Dir $dir HandyOutliner
& $checkver -Dir $dir HandyOutliner -ForceUpdate
scoop install E:\GitApps\scoop-apps\bucket\HandyOutliner.json
scoop update HandyOutliner -f
scoop uninstall HandyOutliner -p
# git push
scoop update

& $checkver -Dir $dir *
& $checkver -Dir $dir * -Update
& $checkver -Dir $dir * -ForceUpdate
& $checkver -Dir $dir * -SkipUpdated
& $checkver -Dir $dir hotkey-detective -Version 4.6.2
& $checkver -Dir $dir hotkey-detective -Update -Version 4.6.2
& $checkver -Dir $dir HandyOutliner -Version 4.6.2
& $checkver -Dir $dir HandyOutliner -Update -Version 4.6.2
scoop status
2 changes: 1 addition & 1 deletion bucket/app-name.json.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"##": "Based on ",
"##version": "",
// "version": "",
"description": "",
"homepage": "",
"license": "",
Expand Down
3 changes: 3 additions & 0 deletions scoop-apps.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.ignoreOneLineBlock": true,
"files.insertFinalNewline": true,
"files.associations": {
"*.json": "jsonc"
},
}
}

0 comments on commit 6f561c3

Please sign in to comment.