Update CMake configuration and CI/CD workflows
- Upgraded CMake minimum version requirement to 3.16 and updated project version to 0.3.0. - Introduced new CMake presets for build configurations, including default, debug, and release options. - Added CI/CD workflows for continuous integration and release management, enhancing automated testing and deployment processes. - Integrated Asar assembler support with new wrapper classes and CLI commands for patching ROMs. - Implemented comprehensive tests for Asar integration, ensuring robust functionality and error handling. - Enhanced packaging configuration for cross-platform support, including Windows, macOS, and Linux. - Updated documentation and added test assets for improved clarity and usability.
This commit is contained in:
13
cmake/yaze.desktop.in
Normal file
13
cmake/yaze.desktop.in
Normal file
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Yaze
|
||||
Comment=Yet Another Zelda3 Editor
|
||||
Comment[en]=ROM editor for The Legend of Zelda: A Link to the Past
|
||||
Exec=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/yaze
|
||||
Icon=yaze
|
||||
Terminal=false
|
||||
Categories=Game;Development;
|
||||
Keywords=zelda;snes;rom;editor;hacking;
|
||||
StartupNotify=true
|
||||
MimeType=application/x-snes-rom;application/x-sfc;application/x-smc;
|
||||
Reference in New Issue
Block a user