Skip to content

Commit

Permalink
updated aur workflow (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy committed Apr 15, 2023
1 parent 1589970 commit 6e1e52b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ jobs:

- name: Commit changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add PKGBUILD
git commit -m "Update version to ${{github.ref_name}}"
Expand Down
4 changes: 4 additions & 0 deletions scripts/tachidesk-sorayomi-x64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<Component Id="permission_handler_windows_plugin.dll" Guid="*" Win64="yes">
<File Id="permission_handler_windows_plugin.dll" Source="permission_handler_windows_plugin.dll" KeyPath="yes" />
</Component>
<Component Id="network_info_plus_plugin.dll" Guid="*" Win64="yes">
<File Id="network_info_plus_plugin.dll" Source="network_info_plus_plugin.dll" KeyPath="yes" />
</Component>
<Component Id="share_plus_plugin.dll" Guid="*" Win64="yes">
<File Id="share_plus_plugin.dll" Source="share_plus_plugin.dll" KeyPath="yes" />
</Component>
Expand All @@ -69,6 +72,7 @@
<ComponentRef Id="flutter_windows.dll" />
<ComponentRef Id="url_launcher_windows_plugin.dll" />
<ComponentRef Id="permission_handler_windows_plugin.dll" />
<ComponentRef Id="network_info_plus_plugin.dll" />
<ComponentRef Id="share_plus_plugin.dll" />
</Feature>

Expand Down

0 comments on commit 6e1e52b

Please sign in to comment.