Delete build.sh

pull/103/head
Lockness 2 years ago committed by GitHub
parent 6323d5ca54
commit 5a65864df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,18 +0,0 @@
#!/bin/bash
# Builds the app.asar
# Prerequisites
npm install -g asar
# Clean up previous builds
rm app.asar
bash scripts/injectPolyfills.sh
# Set the version
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js
node scripts/strip.js
# Build the asar
npx asar pack src app.asar
Loading…
Cancel
Save