mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
publish new versions
This commit is contained in:
parent
b7a1b8e88f
commit
b7db762c07
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"tag": "alpha",
|
"tag": "alpha",
|
||||||
"changes": []
|
"changes": [
|
||||||
|
".changes/update-tauri.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.1-alpha.0]
|
||||||
|
|
||||||
|
- Update Tauri to 2.0.0-alpha.8
|
||||||
|
- [f78901d](https://github.com/JonasKruckenberg/tauri-build/commit/f78901d646969119b2585fbcaf3d46056f1604c1) Create update-tauri.md on 2022-09-16
|
||||||
|
- [24c9678](https://github.com/JonasKruckenberg/tauri-build/commit/24c9678759ed3f11bcd173349949791c79af9471) publish new versions on 2022-09-16
|
||||||
|
- [16e594e](https://github.com/JonasKruckenberg/tauri-build/commit/16e594e2bd5705d3272a4fdfbb09ee509c26ace8) Create update-tauri.md on 2022-11-09
|
||||||
|
- [9cbb1b5](https://github.com/JonasKruckenberg/tauri-build/commit/9cbb1b5329393fdf442be97243c12d64ffaa24d3) publish new versions on 2022-11-09
|
||||||
|
- [623e1b3](https://github.com/JonasKruckenberg/tauri-build/commit/623e1b38e3a8fae34aaed4eb9bb35c8da3695e90) Create update-tauri.md on 2023-05-04
|
||||||
|
- [c508c40](https://github.com/JonasKruckenberg/tauri-build/commit/c508c40730c5683f02a8cabad36d57b6d4a8edd6) Update update-tauri.md on 2023-05-04
|
||||||
|
- [20998f7](https://github.com/JonasKruckenberg/tauri-build/commit/20998f74a60f67b14e23f2a8a1cb9ab4ffb794df) Update update-tauri.md on 2023-05-04
|
||||||
|
- [46952d9](https://github.com/JonasKruckenberg/tauri-build/commit/46952d9f234dc05b17bb21cddbd816768666e115) Update update-tauri.md on 2023-05-04
|
||||||
|
|
||||||
## \[1.2.3]
|
## \[1.2.3]
|
||||||
|
|
||||||
- Update Tauri
|
- Update Tauri
|
||||||
|
26
dist/index.js
generated
vendored
26
dist/index.js
generated
vendored
@ -15,13 +15,6 @@ module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 1626:
|
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-musl.node")
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 5817:
|
/***/ 5817:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
@ -116,7 +109,14 @@ function buildProject(options) {
|
|||||||
'AppImage.tar.gz.sig',
|
'AppImage.tar.gz.sig',
|
||||||
'deb'
|
'deb'
|
||||||
];
|
];
|
||||||
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig', 'exe', 'nsis.zip', 'nsis.zip.sig'];
|
const windowsExts = [
|
||||||
|
'msi',
|
||||||
|
'msi.zip',
|
||||||
|
'msi.zip.sig',
|
||||||
|
'exe',
|
||||||
|
'nsis.zip',
|
||||||
|
'nsis.zip.sig'
|
||||||
|
];
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
||||||
...macOSExts,
|
...macOSExts,
|
||||||
linuxExts,
|
linuxExts,
|
||||||
@ -2164,7 +2164,7 @@ switch (platform) {
|
|||||||
if (localFileExisted) {
|
if (localFileExisted) {
|
||||||
nativeBinding = __nccwpck_require__(3578)
|
nativeBinding = __nccwpck_require__(3578)
|
||||||
} else {
|
} else {
|
||||||
nativeBinding = __nccwpck_require__(1626)
|
nativeBinding = __nccwpck_require__(2896)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
loadError = e
|
loadError = e
|
||||||
@ -3254,6 +3254,14 @@ module.exports = eval("require")("@tauri-apps/cli-linux-arm64-gnu");
|
|||||||
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
module.exports = eval("require")("@tauri-apps/cli-linux-arm64-musl");
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 2896:
|
||||||
|
/***/ ((module) => {
|
||||||
|
|
||||||
|
module.exports = eval("require")("@tauri-apps/cli-linux-x64-musl");
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 4523:
|
/***/ 4523:
|
||||||
|
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
@ -222,9 +222,6 @@ 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-x64-msvc
|
@tauri-apps/cli-win32-x64-msvc
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-build",
|
"name": "tauri-build",
|
||||||
"version": "2.0.0-alpha.7",
|
"version": "2.0.1-alpha.0",
|
||||||
"description": "TypeScript template action",
|
"description": "TypeScript template action",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user