Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #4
New features:
• Customizable executable name ( CanaryLauncher ), in the CanaryLauncher.csproj file
• Customizable executable icon
• Adds a shortcut to the launcher on the desktop
• The images in the "assets" folder are now linked to the executable
• Restructuring of the csproj file
• The launcher settings have been added to a "launcher_config.json" json file, which will be hosted on a URL. After downloading the new client, it will be copied from the URL to the launcher folder and will be used to compare the current client version with the new one on the URL, being used for download.
• The "maximize" button from the launcher has been removed, as it served no purpose.
• Adds the "onlinenumbers/eventschedule/boostedcreature.json" cache files as read-only.
• Some improvements and optimizations in the behavior of the launcher, it will no longer freeze the program when extracting and copying files, and a message "Wait... Finishing." will also appear, so there is no impression that the program is stopped.
• When the launcher opens, if there are no updates, it will automatically redirect to the client, without even showing any message from the launcher, optimizing the user experience.