forked from signalapp/Signal-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This build worked based on comment here: signalapp#2662 (comment) Runs from commandline in linux-unpacked. However, rpm won't install. Haven't tried AppImage.
- Loading branch information
Showing
6 changed files
with
374 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
#!/usr/bin/env bash | ||
#rm -rf node_modules/ | ||
#rm -rf release/ | ||
#rm -rf .tmp* | ||
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo | ||
sudo dnf install -y yarn python27 fedora-packager gcc-c++ @development-tools | ||
wget "https://aur.archlinux.org/cgit/aur.git/plain/openssl-linking.patch?h=signal" -O ./patches/openssl-linking.patch | ||
sed -i.bak "s/node\": \"10.13.0/node\": \"$(node --version | sed 's/v//')/" package.json | ||
|
||
yarn install --frozen-lockfile | ||
#patch -p1 < ./patches/openssl-linking.patch | ||
#sudo chattr +i node_modules/@journeyapps/sqlcipher/deps/sqlite3.gyp | ||
|
||
yarn grunt | ||
yarn icon-gen | ||
yarn test | ||
#yarn test | ||
yarn generate | ||
yarn build-release |
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
Oops, something went wrong.