mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Remove patch
This commit is contained in:
parent
d934e3bf20
commit
ef4430172a
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -33,8 +33,7 @@ build() {
|
|||
yarn install
|
||||
export SIGNAL_ENV=production
|
||||
yarn build-everything
|
||||
sed -i 's/\"target\": \[\"deb\", \"rpm\", \"freebsd\"\]/\"target\": \"tar.xz\"/g' package.json
|
||||
$(yarn bin)/electron-builder --config.extraMetadata.environment=$SIGNAL_ENV --publish=never --config.directories.output=release --linux
|
||||
$(yarn bin)/electron-builder --config.extraMetadata.environment=$SIGNAL_ENV --publish=never --config.directories.output=release --linux=tar.xz
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue