Skip to content

Commit

Permalink
app: fix self-update menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Aug 27, 2023
1 parent 862d584 commit 09217ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
app - self-updating
doSelfUpdate

(Project uiManager confirm: ('Are you sure you would like to install the latest updates for {1}?' withCRs format: {self appName})) ifFalse: [^ false].

self selfUpdate.
^ true
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"defaultModelOrNilFor:" : "ct 8/17/2023 19:31",
"defaultModels" : "ct 8/17/2023 19:24",
"defaultSelfUpdateBranch" : "ct 8/27/2023 20:17",
"doSelfUpdate" : "ct 8/27/2023 23:11",
"githubNewIssueUrl" : "ct 8/27/2023 20:16",
"githubNewIssueUrlWithBody:" : "ct 8/27/2023 20:16",
"githubRepositoryParams" : "ct 8/27/2023 20:17",
Expand Down

0 comments on commit 09217ff

Please sign in to comment.