Skip to content

Commit

Permalink
simple-sticky-notes don't set DBLocation/force "persist"
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Sep 17, 2023
1 parent 422132e commit 5658488
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bucket/simple-sticky-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"innosetup": true,
"pre_install": [
"if(!(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\")) { New-Item -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Force | Out-Null }",
"if(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\") { New-ItemProperty -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Name CheckUpdates -Value 0 -PropertyType DWord -Force | Out-Null }",
"if(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\") { New-ItemProperty -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Name DBLocation -Value \"$persist_dir\\\" -PropertyType String -Force | Out-Null }",
"if(!(Test-Path \"$persist_dir\")) { New-Item -Path \"$persist_dir\" -ItemType Directory -Force | Out-Null }"
"if(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\") { New-ItemProperty -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Name CheckUpdates -Value 0 -PropertyType DWord -Force | Out-Null }"
],
"shortcuts": [
[
Expand Down

0 comments on commit 5658488

Please sign in to comment.