Skip to content

Commit 8143eb8

Browse files
author
while
committed
build
1 parent 6aa66d4 commit 8143eb8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"android:init": "pnpm --filter @nes-emulator/app run android:init",
1313
"android:dev": "pnpm --filter @nes-emulator/app run android:dev",
1414
"android:build": "pnpm --filter @nes-emulator/app run android:build",
15+
"android:build:box": "pnpm --filter @nes-emulator/app run android:build:box",
1516
"ios:dev": "pnpm --filter @nes-emulator/app run ios:dev",
1617
"ios:build": "pnpm --filter @nes-emulator/app run ios:build",
1718
"release": "node scripts/release.cjs"

packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"android:init": "tauri android init",
1313
"android:dev": "tauri android dev",
1414
"android:build": "tauri android build",
15+
"android:build:box": "tauri android build --debug --apk --target armv7",
1516
"ios:dev": "tauri ios dev",
1617
"ios:build": "tauri ios build"
1718
},

packages/app/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,4 @@ export default defineConfig({
4040
target: 'chrome74',
4141
},
4242
},
43-
build: {
44-
target: 'chrome74',
45-
},
4643
})

0 commit comments

Comments
 (0)