mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Remove files from previous electron builds
Ensure we don't keep old files around in the published app.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Clear out any files remaining from old builds
|
||||||
|
rm -rf .package
|
||||||
|
|
||||||
mkdir -p .package/dist/src/ThirdParty || true
|
mkdir -p .package/dist/src/ThirdParty || true
|
||||||
mkdir -p .package/src/ThirdParty || true
|
mkdir -p .package/src/ThirdParty || true
|
||||||
mkdir -p .package/node_modules || true
|
mkdir -p .package/node_modules || true
|
||||||
|
|||||||
Reference in New Issue
Block a user