Skip to content

Commit 170b399

Browse files
fix: disable unattended updates (#179)
There's no point allowing users to enable unattended updates, as the installer requires a password prompt, as does the app the first time it's launched after updating -- it would be more annoying than useful. All this does is remove the checkbox on the update prompt: Before: <img width="1020" alt="image" src="https://github.com/user-attachments/assets/7bed4a05-cf6e-4de4-9f08-e5a05c4ceac5" /> After: <img width="620" alt="image" src="https://github.com/user-attachments/assets/a1375eb2-0cd5-4e35-93d1-52275132fc1b" /> Automatic update *checks* can still be enabled in settings.
1 parent 71c5d4c commit 170b399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Coder-Desktop/Coder-Desktop/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@
3737
<string>$(GIT_COMMIT_HASH)</string>
3838
<key>SUFeedURL</key>
3939
<string>https://releases.coder.com/coder-desktop/mac/appcast.xml</string>
40+
<key>SUAllowsAutomaticUpdates</key>
41+
<false/>
4042
</dict>
4143
</plist>

0 commit comments

Comments
 (0)