summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunar C. Gessner2018-11-02 17:30:13 -0300
committerGunar C. Gessner2018-11-02 17:30:13 -0300
commitb576a3b740f7ae1c9a8010af7678913e157f43e9 (patch)
tree90c450949e27d7ad500a9cb243e9e1adb15facb2
parent159a5016124d59e8c34ff9b4d9f40f3725168a8d (diff)
downloadaur-b576a3b740f7ae1c9a8010af7678913e157f43e9.tar.gz
electron-builder --dir in order to skip some files
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bdb8e42ffbe..4914af9a0e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ build() {
git checkout $last_tag
npm install
npm run build
- ./node_modules/.bin/electron-builder -l
+ ./node_modules/.bin/electron-builder -l --dir
}
package() {