Skip to content

Commit

Permalink
Update linux_deploy_arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk authored Jan 22, 2025
1 parent 80d8057 commit 1496a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_deploy_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Prepare to build DEB
run: |
mkdir -p .debpkg/opt/miria .debpkg/usr/share/applications .debpkg/usr/share/pixmaps .debpkg/usr/bin
cp -rp ./build/linux/x64/release/bundle/* .debpkg/opt/miria/
cp -rp ./build/linux/arm64/release/bundle/* .debpkg/opt/miria/
cp ./snap/gui/miria.desktop .debpkg/usr/share/applications/
cp ./assets/images/icon.png .debpkg/usr/share/pixmaps/miria.png
ln -s /opt/miria/miria .debpkg/usr/bin/miria
Expand Down

0 comments on commit 1496a67

Please sign in to comment.