mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-23 08:02:04 +02:00
@@ -9,5 +9,6 @@ mkdir .app
|
||||
|
||||
# Should be all the files needed.
|
||||
cp index.html .app
|
||||
cp export.html .app
|
||||
cp favicon.ico .app
|
||||
cp -r dist .app
|
||||
|
||||
@@ -12,7 +12,6 @@ npm install
|
||||
cd ..
|
||||
|
||||
# .app should have the fully built game already after npm run build
|
||||
cp export.html .package
|
||||
cp -r .app/* .package
|
||||
cp -r electron/* .package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user