Skip to content

Commit

Permalink
NineChronicle: Add version nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 19, 2021
1 parent 473f0e3 commit bfd5c2b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions bucket/NineChronicles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "nightly",
"description": "Nine Chronicles. Fully decentralized RPG powered by the players",
"homepage": "https://nine-chronicles.com/",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://download.nine-chronicles.com/latest/Windows.zip"
}
},
"shortcuts": [
[
"Nine Chronicles.exe",
"Nine Chronicles"
]
]
}
4 changes: 2 additions & 2 deletions bucket/Windows10UpdateAssistant.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"uninstaller": {
"script": [
"if ((is_admin)) {",
" Remove-Item 'C:\\Windows10Upgrade' -ErrorAction SilentlyContinue -Force -Recurse",
" Remove-Item 'C:\\Windows10Upgrade' -ErrorAction 'SilentlyContinue' -Force -Recurse",
" $name = 'Windows 10 Update Assistant*'",
" (shortcut_folder $true | Split-Path), \"$env:USERPROFILE\\Desktop\" | ForEach-Object {",
" Join-Path $_ $name | Remove-Item -ErrorAction SilentlyContinue -Force",
" Join-Path $_ $name | Remove-Item -ErrorAction 'SilentlyContinue' -Force",
" }",
"} else {",
" warn 'To fully uninstall Update Assistant you need to run ''Remove-Item \"C:\\Windows10Upgrade\" -Force -Recurse'' within elevated prompt.'",
Expand Down

0 comments on commit bfd5c2b

Please sign in to comment.