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

Commit75f015c

Browse files
authored
ci: fix cask update (#101)
Update cask script to use pkg instead of dmgUpdates the update-cask script to download and verify the CoderDesktop.pkg file instead of the previously used Coder.Desktop.dmg file.Change-Id: I79e601684c94374f62f505e6bdf86c51f7a42d7eSigned-off-by: Thomas Kosiewski <tk@coder.com>
1 parenta8b5018 commit75f015c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎scripts/update-cask.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ done
4444
exit 1
4545
}
4646

47-
# Download theCoder Desktop dmg
47+
# Download theCoderDesktop pkg
4848
GH_RELEASE_FOLDER=$(mktemp -d)
4949

5050
gh release download"$VERSION" \
5151
--repo coder/coder-desktop-macos \
5252
--dir"$GH_RELEASE_FOLDER" \
53-
--pattern'Coder.Desktop.dmg'
53+
--pattern'CoderDesktop.pkg'
5454

55-
HASH=$(shasum -a 256"$GH_RELEASE_FOLDER"/Coder.Desktop.dmg| awk'{print $1}'| tr -d'\n')
55+
HASH=$(shasum -a 256"$GH_RELEASE_FOLDER"/CoderDesktop.pkg| awk'{print $1}'| tr -d'\n')
5656

5757
IS_PREVIEW=false
5858
if [["$VERSION"=="preview" ]];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp