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

Copy resources into build directory for MacOS #205

Closed
wants to merge 3 commits into from
Closed

Copy resources into build directory for MacOS #205

wants to merge 3 commits into from

Commits on Aug 10, 2023

  1. Update CMakeLists.txt

    Copies contents of res directory into build directory for MacOS to resolve the follow messages on launch:
    - "css failed parsing (Failed to import: Error opening file /Users/REDACTED/Documents/abaddon/build/css/main.css: No such file or directory)"
    - "css failed to load (<broken file>: 1:0Failed to import: Error opening file / Users/REDACTED/Documents/abaddon/build/css/main.css: No such file or directory)"
    - "The emoji file couldn't be loaded!"
    kanya-approve committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f366d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    1b19ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bc5a8 View commit details
    Browse the repository at this point in the history