mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
Compare commits
6 Commits
tauri-buil
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
0cc18d6031 | ||
|
ac6c9f7184 | ||
|
a5ebd085e1 | ||
|
77da3385e8 | ||
|
7b1c26f6f7 | ||
|
31cf3d35ab |
@ -28,9 +28,9 @@ jobs:
|
|||||||
git config --global user.email "${{ github.event.pusher.email }}"
|
git config --global user.email "${{ github.event.pusher.email }}"
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: 20
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- uses: pnpm/action-setup@v2.4.1
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
id: pnpm-install
|
id: pnpm-install
|
||||||
with:
|
with:
|
||||||
@ -60,8 +60,8 @@ jobs:
|
|||||||
if: steps.covector.outputs.commandRan == 'version'
|
if: steps.covector.outputs.commandRan == 'version'
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
title: "Publish New Versions"
|
title: 'Publish New Versions'
|
||||||
commit-message: "publish new versions"
|
commit-message: 'publish new versions'
|
||||||
labels: "version updates"
|
labels: 'version updates'
|
||||||
branch: "release"
|
branch: 'release'
|
||||||
body: ${{ steps.covector.outputs.change }}
|
body: ${{ steps.covector.outputs.change }}
|
||||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Test"
|
name: 'Test'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
|
|
||||||
- name: 'Setup Rust'
|
- name: 'Setup Rust'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 20
|
||||||
|
|
||||||
- name: install Rust stable
|
- name: install Rust stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 20
|
||||||
|
|
||||||
- name: install Rust stable
|
- name: install Rust stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
@ -169,7 +169,7 @@ jobs:
|
|||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
|
|
||||||
- name: 'Setup Rust'
|
- name: 'Setup Rust'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
@ -21,5 +21,5 @@ outputs:
|
|||||||
artifacts:
|
artifacts:
|
||||||
description: 'JSON array of artifact paths produced by the build command'
|
description: 'JSON array of artifact paths produced by the build command'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
BIN
dist/cli.darwin-arm64.node
generated
vendored
Normal file
BIN
dist/cli.darwin-arm64.node
generated
vendored
Normal file
Binary file not shown.
26
dist/index.js
generated
vendored
26
dist/index.js
generated
vendored
@ -1,6 +1,13 @@
|
|||||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||||
/******/ var __webpack_modules__ = ({
|
/******/ var __webpack_modules__ = ({
|
||||||
|
|
||||||
|
/***/ 8202:
|
||||||
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
module.exports = require(__nccwpck_require__.ab + "cli.darwin-arm64.node")
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
/***/ 5731:
|
/***/ 5731:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
@ -109,7 +116,14 @@ function buildProject(options) {
|
|||||||
'AppImage.tar.gz.sig',
|
'AppImage.tar.gz.sig',
|
||||||
'deb'
|
'deb'
|
||||||
];
|
];
|
||||||
const windowsExts = ['exe', 'exe.zip', 'exe.zip.sig', 'msi', 'msi.zip', 'msi.zip.sig'];
|
const windowsExts = [
|
||||||
|
'exe',
|
||||||
|
'exe.zip',
|
||||||
|
'exe.zip.sig',
|
||||||
|
'msi',
|
||||||
|
'msi.zip',
|
||||||
|
'msi.zip.sig'
|
||||||
|
];
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
||||||
...macOSExts,
|
...macOSExts,
|
||||||
linuxExts,
|
linuxExts,
|
||||||
@ -2218,7 +2232,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(9209)
|
nativeBinding = __nccwpck_require__(9209)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(1202)
|
nativeBinding = __nccwpck_require__(8202)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -25835,14 +25849,6 @@ 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");
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 1202:
|
|
||||||
/***/ ((module) => {
|
|
||||||
|
|
||||||
module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 4997:
|
/***/ 4997:
|
||||||
|
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
3
dist/licenses.txt
generated
vendored
3
dist/licenses.txt
generated
vendored
@ -238,6 +238,9 @@ 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
|
||||||
|
|
||||||
|
12
package.json
12
package.json
@ -24,10 +24,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@tauri-apps/cli": "1.5.11",
|
"@tauri-apps/cli": "1.6.0",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.5.11",
|
"@tauri-apps/cli-darwin-x64": "1.6.0",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.5.11",
|
"@tauri-apps/cli-darwin-arm64": "1.6.0",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.5.11",
|
"@tauri-apps/cli-linux-x64-gnu": "1.6.0",
|
||||||
|
"@tauri-apps/cli-win32-x64-msvc": "1.6.0",
|
||||||
"string-argv": "^0.3.2",
|
"string-argv": "^0.3.2",
|
||||||
"tiny-glob": "^0.2.9"
|
"tiny-glob": "^0.2.9"
|
||||||
},
|
},
|
||||||
@ -40,5 +41,6 @@
|
|||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"prettier": "3.0.3",
|
"prettier": "3.0.3",
|
||||||
"typescript": "5.3.3"
|
"typescript": "5.3.3"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
|
||||||
}
|
}
|
||||||
|
2865
pnpm-lock.yaml
generated
2865
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user