Skip to content

Commit 126d738

Browse files
committed
ci: skip linuxdeploy stripping for AppImage builds
1 parent 207e1a6 commit 126d738

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if: runner.os == 'Linux'
6666
env:
6767
APPIMAGE_EXTRACT_AND_RUN: "1"
68+
NO_STRIP: "true"
6869
run: pnpm tauri build
6970

7071
- name: Prepare Windows portable executable

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
if: runner.os == 'Linux'
6161
env:
6262
APPIMAGE_EXTRACT_AND_RUN: "1"
63+
NO_STRIP: "true"
6364
run: pnpm tauri build
6465

6566
- name: Prepare Windows portable executable

0 commit comments

Comments
 (0)