File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
resources/user/share/applications Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ jobs:
205205 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
206206 with :
207207 upload_url : ${{ needs.build.outputs.release_upload_url }}
208- asset_path : ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.exe
209- asset_name : ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}-windows.exe
208+ asset_path : ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}.msi
209+ asset_name : ${{ env.FILE_NAME }}-${{ needs.build.outputs.stripped_version }}-windows.msi
210210 asset_content_type : application/octet-stream
211211
212212
Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
33Name =Ant_Path_Finding
4- Exec =/opt/connect4 /bin/antPathfinding
5- Icon =/opt/connect4 /antPathfinding-512.png
6- Comment =Play Connect4 game
4+ Exec =/opt/ant-path-finding /bin/ant-path-finding
5+ Icon =/opt/ant-path-finding /antPathfinding-512.png
6+ Comment =Start ant-path-finding
77Terminal =false
88Categories =Game;
You can’t perform that action at this time.
0 commit comments