Skip to content

Commit 2685866

Browse files
committed
build: install into PoB runtime/ instead of bundling font data
Font bitmaps and SimpleGraphic.cfg already live in PoB's runtime/ directory (the same as on Windows), so there is no need to duplicate them in this repository. Remove data/SimpleGraphic/ and drop the install(DIRECTORY) rule. The natural install prefix is now the PoB runtime/ directory, where the launcher's SG_BASE_PATH logic finds the fonts automatically.
1 parent c72cc88 commit 2685866

121 files changed

Lines changed: 0 additions & 14461 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,5 +418,4 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
418418
add_executable(PathOfBuilding linux/launcher.c)
419419
target_link_libraries(PathOfBuilding PRIVATE ${CMAKE_DL_LIBS})
420420
install(TARGETS PathOfBuilding RUNTIME DESTINATION ".")
421-
install(DIRECTORY data/SimpleGraphic DESTINATION ".")
422421
endif()
-14.2 KB
Binary file not shown.
-16 KB
Binary file not shown.
-21.4 KB
Binary file not shown.
-24.4 KB
Binary file not shown.
-27.7 KB
Binary file not shown.
-32.6 KB
Binary file not shown.
-37.4 KB
Binary file not shown.
-41.5 KB
Binary file not shown.
-45.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)