Skip to content

Commit

Permalink
fix: apparently resources are not properly merged
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 22, 2024
1 parent c5afd29 commit 7a32b9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:

- name: (Linux) Compress build
if: matrix.config.platform == 'ubuntu-22.04'
run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz Dorion updater .portable ./plugins ./themes ./injection ./icons
run: cd src-tauri/target/${{ matrix.config.target }}/release && tar -czvf dorion.tar.gz Dorion updater .portable ./plugins ./themes ./injection ./icons ./extension_webkit

# Windows portable
- name: (Windows) Upload portable
Expand Down
5 changes: 5 additions & 0 deletions src-tauri/tauri.linux.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"bundle": {
"resources": [
"injection/shelter.js",
"icons/icon*.ico",
"icons/icon_macos.png",
"extension/*",
"updater*",
"extension_webkit/libextension.so"
]
}
Expand Down

0 comments on commit 7a32b9a

Please sign in to comment.