having pkgbuild run the internal electron-builder

This commit is contained in:
2020-10-05 10:17:27 +02:00
parent 591d42b31a
commit 813beec863
3 changed files with 363 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ build() {
cdToPkg
# We are not using the systems Electron as we need castlab's Electron.
npx electron-builder --linux dir
npm run build-arch
}
package() {