mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-01 18:06:45 +01:00
Merge pull request #2403 from h3poteto/prepare-x64-for-darwin
Prepare x64 and arm64 for darwin build
This commit is contained in:
commit
8ec70f2aa7
2
Makefile
2
Makefile
@ -12,6 +12,8 @@ build: install
|
||||
|
||||
mac:
|
||||
yarn run package:mac
|
||||
mv build/Whalebird-${VERSION}-mac.dmg build/Whalebird-${VERSION}-darwin-x64.dmg
|
||||
mv build/Whalebird-${VERSION}-mac-arm64.dmg build/Whalebird-${VERSION}-darwin-arm64.dmg
|
||||
mv build/Whalebird-${VERSION}-mac-universal.dmg build/Whalebird-${VERSION}-darwin-universal.dmg
|
||||
cd build; shasum -a 256 Whalebird-${VERSION}-darwin-universal.dmg >> sha256sum.txt
|
||||
|
||||
|
@ -79,6 +79,8 @@
|
||||
{
|
||||
"target": "dmg",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64",
|
||||
"universal"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user