@tauri-apps/cli 2.11.3 → 2.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[2.11.4]
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- [`67ffa192a`](https://www.github.com/tauri-apps/tauri/commit/67ffa192a499131e7e750f164fe61a40ca0fb2e7) ([#15596](https://www.github.com/tauri-apps/tauri/pull/15596) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Fixed an issue in the AppImage bundler that caused the `/.desktop` and `.DirIcon` files to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers like `AppManager`.
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- Upgraded to `tauri-cli@2.11.4`
|
|
12
|
+
|
|
3
13
|
## \[2.11.3]
|
|
4
14
|
|
|
5
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tauri-apps/cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.4",
|
|
4
4
|
"description": "Command line interface for building Tauri apps",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"funding": {
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"tauri": "node ./tauri.js"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"@tauri-apps/cli-linux-x64-gnu": "2.11.
|
|
69
|
-
"@tauri-apps/cli-win32-x64-msvc": "2.11.
|
|
70
|
-
"@tauri-apps/cli-darwin-x64": "2.11.
|
|
71
|
-
"@tauri-apps/cli-darwin-arm64": "2.11.
|
|
72
|
-
"@tauri-apps/cli-linux-arm64-gnu": "2.11.
|
|
73
|
-
"@tauri-apps/cli-linux-arm64-musl": "2.11.
|
|
74
|
-
"@tauri-apps/cli-linux-arm-gnueabihf": "2.11.
|
|
75
|
-
"@tauri-apps/cli-linux-x64-musl": "2.11.
|
|
76
|
-
"@tauri-apps/cli-linux-riscv64-gnu": "2.11.
|
|
77
|
-
"@tauri-apps/cli-win32-ia32-msvc": "2.11.
|
|
78
|
-
"@tauri-apps/cli-win32-arm64-msvc": "2.11.
|
|
68
|
+
"@tauri-apps/cli-linux-x64-gnu": "2.11.4",
|
|
69
|
+
"@tauri-apps/cli-win32-x64-msvc": "2.11.4",
|
|
70
|
+
"@tauri-apps/cli-darwin-x64": "2.11.4",
|
|
71
|
+
"@tauri-apps/cli-darwin-arm64": "2.11.4",
|
|
72
|
+
"@tauri-apps/cli-linux-arm64-gnu": "2.11.4",
|
|
73
|
+
"@tauri-apps/cli-linux-arm64-musl": "2.11.4",
|
|
74
|
+
"@tauri-apps/cli-linux-arm-gnueabihf": "2.11.4",
|
|
75
|
+
"@tauri-apps/cli-linux-x64-musl": "2.11.4",
|
|
76
|
+
"@tauri-apps/cli-linux-riscv64-gnu": "2.11.4",
|
|
77
|
+
"@tauri-apps/cli-win32-ia32-msvc": "2.11.4",
|
|
78
|
+
"@tauri-apps/cli-win32-arm64-msvc": "2.11.4"
|
|
79
79
|
}
|
|
80
80
|
}
|