Skip to content

Commit

Permalink
cmake: Fix wrong version value
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Apr 15, 2020
1 parent 59dcbdd commit 51cf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ add_dependencies(${PROJECT_NAME}.elf user.suprx)

vita_create_self(eboot.bin ${PROJECT_NAME}.elf UNSAFE)
vita_create_vpk(${PROJECT_NAME}.vpk ${TITLE_ID} eboot.bin
VERSION ${VERSION}
VERSION ${APP_VER}
NAME ${TITLE}
FILE ${CMAKE_SOURCE_DIR}/sce_sys/icon0.png sce_sys/icon0.png
${CMAKE_CURRENT_BINARY_DIR}/extern/vitashell/modules/kernel/kernel.skprx sce_sys/kernel.skprx
Expand Down

0 comments on commit 51cf01c

Please sign in to comment.