mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
fix. use only deps supported on gh actions
This commit is contained in:
parent
5df31c2678
commit
59ffbba21c
@ -3,7 +3,7 @@
|
|||||||
"pkgManagers": {
|
"pkgManagers": {
|
||||||
"github action": {
|
"github action": {
|
||||||
"preversion": [
|
"preversion": [
|
||||||
"pnpm install",
|
"pnpm install --no-optional",
|
||||||
"pnpm build",
|
"pnpm build",
|
||||||
"pnpm package"
|
"pnpm package"
|
||||||
],
|
],
|
||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"typescript-action": {
|
"tauri-build": {
|
||||||
"path": ".",
|
"path": ".",
|
||||||
"manager": "github action"
|
"manager": "github action"
|
||||||
}
|
}
|
||||||
|
5
.changes/fix-cli-on-platforms.md
Normal file
5
.changes/fix-cli-on-platforms.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"tauri-build": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Include Tauri CLI binaries for all supported platforms.
|
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install --no-optional
|
||||||
|
|
||||||
- name: Rebuild the dist/ directory
|
- name: Rebuild the dist/ directory
|
||||||
run: |
|
run: |
|
||||||
|
BIN
dist/cli.linux-arm-gnueabihf.node
generated
vendored
BIN
dist/cli.linux-arm-gnueabihf.node
generated
vendored
Binary file not shown.
BIN
dist/cli.linux-arm64-gnu.node
generated
vendored
BIN
dist/cli.linux-arm64-gnu.node
generated
vendored
Binary file not shown.
BIN
dist/cli.linux-arm64-musl.node
generated
vendored
BIN
dist/cli.linux-arm64-musl.node
generated
vendored
Binary file not shown.
BIN
dist/cli.linux-x64-musl.node
generated
vendored
BIN
dist/cli.linux-x64-musl.node
generated
vendored
Binary file not shown.
BIN
dist/cli.win32-ia32-msvc.node
generated
vendored
BIN
dist/cli.win32-ia32-msvc.node
generated
vendored
Binary file not shown.
102
dist/index.js
generated
vendored
102
dist/index.js
generated
vendored
@ -1,13 +1,6 @@
|
|||||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||||
/******/ var __webpack_modules__ = ({
|
/******/ var __webpack_modules__ = ({
|
||||||
|
|
||||||
/***/ 3405:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.darwin-arm64.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 1834:
|
/***/ 1834:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
@ -15,27 +8,6 @@ module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 5917:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-arm-gnueabihf.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 3247:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-arm64-gnu.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 9443:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-arm64-musl.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 2301:
|
/***/ 2301:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
@ -43,20 +15,6 @@ module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 9049:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-musl.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 6015:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.win32-ia32-msvc.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 2143:
|
/***/ 2143:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
@ -1847,7 +1805,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(7781)
|
nativeBinding = __nccwpck_require__(7781)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(6015)
|
nativeBinding = __nccwpck_require__(3272)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -1893,7 +1851,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(3774)
|
nativeBinding = __nccwpck_require__(3774)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(3405)
|
nativeBinding = __nccwpck_require__(8806)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -1929,7 +1887,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(6052)
|
nativeBinding = __nccwpck_require__(6052)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(9049)
|
nativeBinding = __nccwpck_require__(925)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -1958,7 +1916,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(6596)
|
nativeBinding = __nccwpck_require__(6596)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(9443)
|
nativeBinding = __nccwpck_require__(1476)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -1971,7 +1929,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(8274)
|
nativeBinding = __nccwpck_require__(8274)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(3247)
|
nativeBinding = __nccwpck_require__(9229)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -1986,7 +1944,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(2452)
|
nativeBinding = __nccwpck_require__(2452)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(5917)
|
nativeBinding = __nccwpck_require__(7366)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -5456,6 +5414,14 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
|||||||
module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 8806:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 2951:
|
/***/ 2951:
|
||||||
@ -5464,6 +5430,38 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
|||||||
module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 7366:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-linux-arm-gnueabihf");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 9229:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 1476:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 925:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 4793:
|
/***/ 4793:
|
||||||
@ -5472,6 +5470,14 @@ module.exports = eval("require")("@tauri-apps/cli-freebsd-x64");
|
|||||||
module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
module.exports = eval("require")("@tauri-apps/cli-win32-arm64-msvc");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 3272:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-win32-ia32-msvc");
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 2357:
|
/***/ 2357:
|
||||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
18
dist/licenses.txt
generated
vendored
18
dist/licenses.txt
generated
vendored
@ -216,30 +216,12 @@ Apache-2.0 OR MIT
|
|||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
|
||||||
@tauri-apps/cli-darwin-arm64
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-darwin-x64
|
@tauri-apps/cli-darwin-x64
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
@tauri-apps/cli-linux-arm-gnueabihf
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-linux-arm64-gnu
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-linux-arm64-musl
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-linux-x64-gnu
|
@tauri-apps/cli-linux-x64-gnu
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
@tauri-apps/cli-linux-x64-musl
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-win32-ia32-msvc
|
|
||||||
MIT
|
|
||||||
|
|
||||||
@tauri-apps/cli-win32-x64-msvc
|
@tauri-apps/cli-win32-x64-msvc
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
|
12
package.json
12
package.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "typescript-action",
|
"name": "tauri-build",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "TypeScript template action",
|
"description": "TypeScript template action",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/typescript-action.git"
|
"url": "git+https://github.com/JonasKruckenberg/tauri-build.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
@ -32,13 +32,7 @@
|
|||||||
"tiny-glob": "^0.2.9",
|
"tiny-glob": "^0.2.9",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.9",
|
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.9",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.9",
|
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.9",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9",
|
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.9"
|
||||||
"@tauri-apps/cli-darwin-arm64": "1.0.0-rc.9",
|
|
||||||
"@tauri-apps/cli-linux-arm64-gnu": "1.0.0-rc.9",
|
|
||||||
"@tauri-apps/cli-linux-arm64-musl": "1.0.0-rc.9",
|
|
||||||
"@tauri-apps/cli-linux-arm-gnueabihf": "1.0.0-rc.9",
|
|
||||||
"@tauri-apps/cli-linux-x64-musl": "1.0.0-rc.9",
|
|
||||||
"@tauri-apps/cli-win32-ia32-msvc": "1.0.0-rc.9"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.10.5",
|
"@types/node": "^16.10.5",
|
||||||
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@ -3,14 +3,8 @@ lockfileVersion: 5.4
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@actions/core': ^1.6.0
|
'@actions/core': ^1.6.0
|
||||||
'@tauri-apps/cli': 1.0.0-rc.9
|
'@tauri-apps/cli': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.9
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.9
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.9
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.9
|
||||||
'@types/node': ^16.10.5
|
'@types/node': ^16.10.5
|
||||||
'@typescript-eslint/parser': ^5.8.1
|
'@typescript-eslint/parser': ^5.8.1
|
||||||
@ -27,14 +21,8 @@ specifiers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.8.0
|
'@actions/core': 1.8.0
|
||||||
'@tauri-apps/cli': 1.0.0-rc.9
|
'@tauri-apps/cli': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.9
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.9
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.9
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.9
|
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.9
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.9
|
||||||
execa: 6.1.0
|
execa: 6.1.0
|
||||||
string-argv: 0.3.1
|
string-argv: 0.3.1
|
||||||
@ -144,6 +132,7 @@ packages:
|
|||||||
os: [darwin]
|
os: [darwin]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-x64/1.0.0-rc.9:
|
/@tauri-apps/cli-darwin-x64/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-ku8QpMNrfqyCk2adLdVB+zzaCb7T0/RgVvaqEZqK54WW4blUxkeKHbKqZ/SKRdxTkghHbgJIoBtlk1A5GUbAwg==}
|
resolution: {integrity: sha512-ku8QpMNrfqyCk2adLdVB+zzaCb7T0/RgVvaqEZqK54WW4blUxkeKHbKqZ/SKRdxTkghHbgJIoBtlk1A5GUbAwg==}
|
||||||
@ -160,6 +149,7 @@ packages:
|
|||||||
os: [linux]
|
os: [linux]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.9:
|
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-Rr4S902dYjRnDCu141f5Cz3JxwKxX/ax7LiMhSifQu5o2wSiezmZ20VRHBwW1UuZxvGV+hxTuZVnfD6NKQdWdA==}
|
resolution: {integrity: sha512-Rr4S902dYjRnDCu141f5Cz3JxwKxX/ax7LiMhSifQu5o2wSiezmZ20VRHBwW1UuZxvGV+hxTuZVnfD6NKQdWdA==}
|
||||||
@ -168,6 +158,7 @@ packages:
|
|||||||
os: [linux]
|
os: [linux]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.9:
|
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-MxqjspY2aS/nxtvBMT8TExZfDWDEsUvQRHHY/2KoBYpqpzucW6WXRGmeOvS1GeA3vnub2/Kq5i32jGRDT1tvrA==}
|
resolution: {integrity: sha512-MxqjspY2aS/nxtvBMT8TExZfDWDEsUvQRHHY/2KoBYpqpzucW6WXRGmeOvS1GeA3vnub2/Kq5i32jGRDT1tvrA==}
|
||||||
@ -176,6 +167,7 @@ packages:
|
|||||||
os: [linux]
|
os: [linux]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.9:
|
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-LD7KnJuH1mYFwQfcALPttBnaSG6pgO87Z6nY3xXJjo+A4ttPHcmIBaNdXCTjAmib/umD0nD8k95Hw9iJFYTuiA==}
|
resolution: {integrity: sha512-LD7KnJuH1mYFwQfcALPttBnaSG6pgO87Z6nY3xXJjo+A4ttPHcmIBaNdXCTjAmib/umD0nD8k95Hw9iJFYTuiA==}
|
||||||
@ -192,6 +184,7 @@ packages:
|
|||||||
os: [linux]
|
os: [linux]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.9:
|
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-ClDYF4CstoccPMVkIHyvy1jzlWXIYZX2mjKB6z18MdJ0O7Je8TC115K30lqXtSdPuKX35xWDcWU2b/gllcUUzA==}
|
resolution: {integrity: sha512-ClDYF4CstoccPMVkIHyvy1jzlWXIYZX2mjKB6z18MdJ0O7Je8TC115K30lqXtSdPuKX35xWDcWU2b/gllcUUzA==}
|
||||||
@ -200,6 +193,7 @@ packages:
|
|||||||
os: [win32]
|
os: [win32]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.9:
|
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.9:
|
||||||
resolution: {integrity: sha512-hJjnpl864OhpIp2lTMTW4ad2Aia5/Tbf7k8GJILzUY/XkBhZjNIgZORa8bDcnZRCTU+RDgMFc+AoKtDIircjnA==}
|
resolution: {integrity: sha512-hJjnpl864OhpIp2lTMTW4ad2Aia5/Tbf7k8GJILzUY/XkBhZjNIgZORa8bDcnZRCTU+RDgMFc+AoKtDIircjnA==}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user