Skip to content

Commit

Permalink
fix: alby hub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Sep 25, 2024
1 parent 7220504 commit c05ac39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:
- name: Patch executable RPATH
if: runner.os == 'macOS'
run: |
install_name_tool -add_rpath @executable_path/../Frameworks ./build/bin/${{ env.EXEC_NAME }}.app/Contents/MacOS/${{ env.EXEC_NAME }}
install_name_tool -add_rpath @executable_path/../Frameworks "./build/bin/${{ env.EXEC_NAME }}.app/Contents/MacOS/Alby Hub"
- name: Add macOS perms
if: runner.os == 'macOS'
run: chmod +x build/bin/${{ env.EXEC_NAME }}.app/Contents/MacOS/${{ env.EXEC_NAME }}
run: chmod +x "build/bin/${{ env.EXEC_NAME }}.app/Contents/MacOS/Alby Hub"
shell: bash

- name: Add Linux perms
Expand Down

0 comments on commit c05ac39

Please sign in to comment.