mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
Compare commits
No commits in common. "main" and "tauri-build-v1.5.11" have entirely different histories.
main
...
tauri-buil
@ -28,9 +28,9 @@ jobs:
|
||||
git config --global user.email "${{ github.event.pusher.email }}"
|
||||
- uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- uses: pnpm/action-setup@v2.4.1
|
||||
- uses: pnpm/action-setup@v2.4.0
|
||||
name: Install pnpm
|
||||
id: pnpm-install
|
||||
with:
|
||||
@ -60,8 +60,8 @@ jobs:
|
||||
if: steps.covector.outputs.commandRan == 'version'
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title: 'Publish New Versions'
|
||||
commit-message: 'publish new versions'
|
||||
labels: 'version updates'
|
||||
branch: 'release'
|
||||
title: "Publish New Versions"
|
||||
commit-message: "publish new versions"
|
||||
labels: "version updates"
|
||||
branch: "release"
|
||||
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:
|
||||
workflow_dispatch:
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 18
|
||||
|
||||
- name: 'Setup Rust'
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 16
|
||||
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 16
|
||||
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
@ -169,7 +169,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 18
|
||||
|
||||
- name: 'Setup Rust'
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
@ -21,5 +21,5 @@ outputs:
|
||||
artifacts:
|
||||
description: 'JSON array of artifact paths produced by the build command'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
BIN
dist/cli.darwin-arm64.node
generated
vendored
BIN
dist/cli.darwin-arm64.node
generated
vendored
Binary file not shown.
26
dist/index.js
generated
vendored
26
dist/index.js
generated
vendored
@ -1,13 +1,6 @@
|
||||
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ 8202:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
module.exports = require(__nccwpck_require__.ab + "cli.darwin-arm64.node")
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 5731:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
@ -116,14 +109,7 @@ function buildProject(options) {
|
||||
'AppImage.tar.gz.sig',
|
||||
'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)*.{${[
|
||||
...macOSExts,
|
||||
linuxExts,
|
||||
@ -2232,7 +2218,7 @@ switch (platform) {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = __nccwpck_require__(9209)
|
||||
} else {
|
||||
nativeBinding = __nccwpck_require__(8202)
|
||||
nativeBinding = __nccwpck_require__(1202)
|
||||
}
|
||||
} catch (e) {
|
||||
loadError = e
|
||||
@ -25849,6 +25835,14 @@ module.exports = eval("require")("@tauri-apps/cli-android-arm-eabi");
|
||||
module.exports = eval("require")("@tauri-apps/cli-android-arm64");
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 1202:
|
||||
/***/ ((module) => {
|
||||
|
||||
module.exports = eval("require")("@tauri-apps/cli-darwin-arm64");
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 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,9 +238,6 @@ Apache-2.0 OR MIT
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
|
||||
@tauri-apps/cli-darwin-arm64
|
||||
MIT
|
||||
|
||||
@tauri-apps/cli-darwin-x64
|
||||
MIT
|
||||
|
||||
|
12
package.json
12
package.json
@ -24,11 +24,10 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@tauri-apps/cli": "1.6.0",
|
||||
"@tauri-apps/cli-darwin-x64": "1.6.0",
|
||||
"@tauri-apps/cli-darwin-arm64": "1.6.0",
|
||||
"@tauri-apps/cli-linux-x64-gnu": "1.6.0",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "1.6.0",
|
||||
"@tauri-apps/cli": "1.5.11",
|
||||
"@tauri-apps/cli-darwin-x64": "1.5.11",
|
||||
"@tauri-apps/cli-linux-x64-gnu": "1.5.11",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "1.5.11",
|
||||
"string-argv": "^0.3.2",
|
||||
"tiny-glob": "^0.2.9"
|
||||
},
|
||||
@ -41,6 +40,5 @@
|
||||
"js-yaml": "4.1.0",
|
||||
"prettier": "3.0.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