Skip to content

Commit

Permalink
Merge pull request #2 from OpenIPC/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored Mar 17, 2024
2 parents d5aa08e + 83b28f3 commit 3fa490a
Show file tree
Hide file tree
Showing 22 changed files with 1,369 additions and 1,378 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build
run: |
dotnet build --configuration Release
Compress-Archive bin\Release\*\*.dll,bin\Release\*\*.exe,bin\Release\*\*.json OpenIPC-Configurator.zip
Compress-Archive bin\Release\*\*,*.bat OpenIPC-Configurator.zip
- name: Upload
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ ScaffoldingReadMe.txt
StyleCopReport.xml

# Files built by Visual Studio
bin
obj
*_i.c
*_p.c
*_h.h
Expand Down
29 changes: 0 additions & 29 deletions ApplicationEvents.vb

This file was deleted.

Loading

0 comments on commit 3fa490a

Please sign in to comment.