Skip to content

Commit 42e3939

Browse files
committed
repush
1 parent c58dfc9 commit 42e3939

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Desktop Entry]
22
Type=Application
33
Name=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
77
Terminal=false
88
Categories=Game;

0 commit comments

Comments
 (0)