Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit170b399

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 parent71c5d4c commit170b399

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)

[8]ページ先頭

©2009-2025 Movatter.jp