diff options
author | 浅倉麗子 | 2020-05-20 11:35:50 -0400 |
---|---|---|
committer | 浅倉麗子 | 2020-05-20 11:35:50 -0400 |
commit | babac5205eb513347743e838e6040019a623d5b2 (patch) | |
tree | 46dc9c8a39433ed269d7e8dc0bd397483c0401cd | |
parent | Cleanup CMake scripts and includes (diff) | |
download | sharpscale-babac5205eb513347743e838e6040019a623d5b2.tar.gz |
Add bubble icon for scaling test
-rw-r--r-- | scaling-test/CMakeLists.txt | 3 | ||||
-rw-r--r-- | scaling-test/icon0.png | bin | 0 -> 2666 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/scaling-test/CMakeLists.txt b/scaling-test/CMakeLists.txt index 05b92d4..39cca67 100644 --- a/scaling-test/CMakeLists.txt +++ b/scaling-test/CMakeLists.txt @@ -35,7 +35,7 @@ set(VPK "${PROJECT_NAME}.vpk") set(TITLE_NAME "Sharpscale Scaling Test") set(TITLE_ID "AKRK00004") -set(TITLE_VER "01.03") +set(TITLE_VER "01.04") add_executable("${ELF}" main.c @@ -54,4 +54,5 @@ dolce_create_self("${SELF}" dolce_create_vpk("${VPK}" "${TITLE_ID}" "${SELF}" VERSION "${TITLE_VER}" NAME "${TITLE_NAME}" + FILE icon0.png sce_sys/icon0.png ) diff --git a/scaling-test/icon0.png b/scaling-test/icon0.png Binary files differnew file mode 100644 index 0000000..5178689 --- /dev/null +++ b/scaling-test/icon0.png |