Skip to content

Commit

Permalink
Update aegisub-fork.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FlawlessCasual17 authored Sep 2, 2023
1 parent 381824d commit 849341a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/aegisub-fork.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"if ($cmd -eq 'uninstall') {",
" foreach ($regFile in 'uninstall-associations', 'uninstall-context') { reg import \"$dir\\$regFile.reg\" | Out-Null }",
"}",
"Remove-Item \"$persist_dir\\Aegisub\\*\" -Exclude 'config', 'feedDump', 'log', 'hotkey.json', 'config.json' -Recurse"
"Remove-Item \"$persist_dir\\Aegisub\\*\" -Exclude 'config', 'feedDump', 'log', 'hotkey.json', 'config.json' -Recurse",
"Move-Item \"$persist_dir\\Aegisub\\config.json\" \"$persist_dir\\config.json\""
],
"checkver": "releases/tag/([\\w_]+)",
"autoupdate": {
Expand Down

0 comments on commit 849341a

Please sign in to comment.