Skip to content

Commit

Permalink
Copy the correct SVG logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Oct 20, 2024
1 parent 9311f99 commit a119bc0
Show file tree
Hide file tree
Showing 3 changed files with 2,303 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XaoS.pro
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ wasm{
QMAKE_LFLAGS += --preload-file $$PWD/catalogs@$$DATAPATH/catalogs
QMAKE_LFLAGS += --preload-file $$PWD/tutorial@$$DATAPATH/tutorial
QMAKE_LFLAGS += -sASYNCIFY -Os # This can help avoiding to get the web application hang when the user presses "s".
QMAKE_POST_LINK = $$PWD/tools/set-document-title $$PWD/bin
QMAKE_POST_LINK = $$PWD/tools/postprocess-web $$PWD/bin
}
executable.files = bin/xaos
executable.path = $$PREFIX/bin
Expand Down
Loading

0 comments on commit a119bc0

Please sign in to comment.