Skip to content

Commit 05c7587

Browse files
committed
fix build
1 parent d82e5ab commit 05c7587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'ubuntu-latest'
6969
run: |
7070
# Build only the binary without bundling for Linux
71-
npm run tauri build -- --target ${{ matrix.target }} --bundles none
71+
npm run tauri build -- --target ${{ matrix.target }}
7272
7373
- name: Build Tauri app (macOS with target)
7474
if: startsWith(matrix.os, 'macos')

scripts/build-linux-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm run build
1313

1414
# Build the Tauri app without bundling
1515
echo "🦀 Building Rust binary..."
16-
npm run tauri build -- --bundles none
16+
npm run tauri build
1717

1818
# Detect the target architecture
1919
if [[ $(uname -m) == "x86_64" ]]; then

0 commit comments

Comments
 (0)