Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace start_myofinder.bat with myofinder.exe #37

Merged
merged 6 commits into from
Jan 13, 2024

Conversation

WeisLeDocto
Copy link
Member

Until now, the start_myofinder.bat script has been distributed by the myofinder.msi installer, and used for starting MyoFInDer. To avoid the startup script to be modified by users, and to distribute an actual startup executable rather than a text file, this PR replaces the start_myofinder.bat script with a myofinder.exe executable.

The executable is built with gcc, from the myofinder.cpp source file (added in 0d5f80a). It performs roughly the same actions as start_myofinder.bat did, with some minor adjustments. The configuration file for the Advanced Installer application (config.aip) was modified accordingly (51a6613), as well as the build_windows_installer.yml file managing an automated GitHub workflow (5249656). start_myofinder.bat was removed from the repository (79fee1c). The documentation was updated so that users don't get confused between myofinder.msi and myofinder.exe, both located in the bin/ folder (fcd55e5 and 1483d87).

@WeisLeDocto WeisLeDocto self-assigned this Jan 13, 2024
@WeisLeDocto WeisLeDocto merged commit 9149037 into main Jan 13, 2024
16 checks passed
@WeisLeDocto WeisLeDocto deleted the feature/replace_bat_with_exe branch January 13, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant