This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update node stuff to work with node 13
- Loading branch information
Showing
6 changed files
with
337 additions
and
451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
echo "🔋 building a Akku release DMG... 🔋" && \ | ||
echo "(going to assume node.js is installed)" && \ | ||
./install_amimono_fork.sh && \ | ||
rm -R build/ && \ | ||
pod install && \ | ||
npm install && \ | ||
xcodebuild -workspace Akku.xcworkspace -scheme Akku -configuration Release -derivedDataPath build | xcpretty && \ | ||
#!/usr/bin/env sh | ||
|
||
set -e | ||
|
||
echo "🔋 building a Akku release DMG... 🔋" | ||
echo "(going to assume node.js is installed)" | ||
sudo ./install_amimono_fork.sh; | ||
rm -rf build/ | ||
pod install | ||
npm install | ||
xcodebuild -workspace Akku.xcworkspace -scheme Akku -configuration Release -derivedDataPath build | xcpretty | ||
npx appdmg dmg-resources/release.json build/Akku.dmg |
Oops, something went wrong.