mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-29 19:13:49 +01:00
Remove files from previous electron builds
Ensure we don't keep old files around in the published app.
This commit is contained in:
parent
1d118cc8be
commit
73d777ef86
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user