You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial attempt at building the FortiusANT windows executable automatically by github actions
* Enter pythoncode directory before installing requirements
* Install pyinstaller in github actions
* Try to download and unzip libusb
* Try to fix downloading libusb zip file
* Try again using bitsadmin and copy file to system32 so pyinstaller can use it
* Removed quote from download string which was wrong
* Fixed typo in priority setting of bitsadmin command
* Try using cmd shell for downloading libusb
* Save the generated executable as artifact
* Also build the ExplorANT executable
* Rename generated artifacts folder
* Split building ExplorANT and FortiusANT into separate steps
* Moved github actions build steps to windows batch file to be able to test and execute locally
* Build FortusAnt app for macOS using github-actions
* Removed invalid shell setting for build job on macos
* Fixed wrong casing for macOS artifact
* Try again storing macOS artifacts
* Changed backslash to forward slash for macOS github action
* Archive whole dist directory for macOS
0 commit comments