File tree Expand file tree Collapse file tree 5 files changed +32
-1
lines changed
Expand file tree Collapse file tree 5 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " cli.js " : patch
3+ ---
4+
5+ Added ` i686-pc-windows-msvc ` to the prebuilt targets.
Original file line number Diff line number Diff line change 2828 build : yarn build
2929 target : x86_64-pc-windows-msvc
3030 architecture : x64
31+ - host : windows-latest
32+ build : yarn build --target i686-pc-windows-msvc
33+ target : i686-pc-windows-msvc
34+ architecture : x64
3135 - host : ubuntu-18.04
3236 target : x86_64-unknown-linux-gnu
3337 architecture : x64
Original file line number Diff line number Diff line change 1+ # ` @tauri-apps/cli-win32-ia32-msvc `
2+
3+ This is the ** i686-pc-windows-msvc** binary for ` @tauri-apps/cli `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @tauri-apps/cli-win32-ia32-msvc" ,
3+ "version" : " 0.0.0" ,
4+ "os" : [
5+ " win32"
6+ ],
7+ "cpu" : [
8+ " ia32"
9+ ],
10+ "main" : " cli.win32-ia32-msvc.node" ,
11+ "files" : [
12+ " cli.win32-ia32-msvc.node"
13+ ],
14+ "license" : " MIT" ,
15+ "engines" : {
16+ "node" : " >= 10"
17+ }
18+ }
Original file line number Diff line number Diff line change 3131 " aarch64-unknown-linux-gnu" ,
3232 " aarch64-unknown-linux-musl" ,
3333 " armv7-unknown-linux-gnueabihf" ,
34- " x86_64-unknown-linux-musl"
34+ " x86_64-unknown-linux-musl" ,
35+ " i686-pc-windows-msvc"
3536 ]
3637 }
3738 },
You can’t perform that action at this time.
0 commit comments