mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
.. | ||
ClassicalSharp | ||
build_server.py | ||
buildbot.sh | ||
buildbot_plugin.sh | ||
buildtestplugin.sh | ||
CCIcon.icns | ||
CCicon.ico | ||
CCicon.png | ||
CCicon.rc | ||
CCicon_32.res | ||
CCicon_64.res | ||
CCicon_mac32 | ||
CCicon_mac64 | ||
CCicon_nix32 | ||
CCicon_nix64 | ||
CCicon_rpi32 | ||
CCicon_rpi64 | ||
D3D11ShaderGen.c | ||
info.plist | ||
linux_icon_gen.cs | ||
mac_icon_gen.cs | ||
makerelease.sh | ||
notify.py | ||
readme.md |
This folder contains addtitional information and resources for the game
Icons
CCicon.ico is the basis icon for the other icon files
mac_icon_gen.cs/linux_icon_gen.cs use CCIcon.ico to generate icon files for macOS/Linux
TODO: Explain how to compile your own icon for all the platforms
Build scripts
File | Description |
---|---|
buildbot.sh | Compiles the game to optimised executables (with icons) |
buildbot_plugin.sh | Compiles specified plugin for various platforms |
buildtestplugin.sh | Example script for how to use buildbot_plugin.sh |
makerelease.sh | Packages the executables to produce files for a release |
notify.py | Notifies a user on Discord if buildbot fails |
Other files
Info.plist is the Info.plist you would use when creating an Application Bundle for macOS.