mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* bundler for linux: fix error on pre-existing links * fix: symlink issue bundling for linux #5781
This commit is contained in:
5
.changes/fix-5781.md
Normal file
5
.changes/fix-5781.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'tauri-bundler': 'patch'
|
||||
---
|
||||
|
||||
Fixed error during bundling process for the appimage target on subsequent bundling attempts.
|
||||
@@ -55,9 +55,9 @@ chmod +x "{{tauri_tools_path}}/AppRun-${ARCH}"
|
||||
cp "{{tauri_tools_path}}/AppRun-${ARCH}" AppRun
|
||||
|
||||
cp "{{icon_path}}" .DirIcon
|
||||
ln -s "{{icon_path}}" "{{app_name}}.png"
|
||||
ln -sf "{{icon_path}}" "{{app_name}}.png"
|
||||
|
||||
ln -s "usr/share/applications/{{app_name}}.desktop" "{{app_name}}.desktop"
|
||||
ln -sf "usr/share/applications/{{app_name}}.desktop" "{{app_name}}.desktop"
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user