Skip to content

Commit

Permalink
fixing package removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-ant committed Sep 6, 2024
1 parent d709305 commit 8a56e61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ if(DEFINED WASI_SDK_PREFIX)
${CMAKE_CURRENT_BINARY_DIR}/Transact.wasm
${CMAKE_CURRENT_BINARY_DIR}/VerifyK1.wasm
${CMAKE_CURRENT_BINARY_DIR}/VerifySig.wasm
${CMAKE_CURRENT_BINARY_DIR}/Webmail.wasm
${CMAKE_CURRENT_BINARY_DIR}/PSubjectiveService.wasm
${CMAKE_CURRENT_BINARY_DIR}/CounterService.wasm
${CMAKE_CURRENT_BINARY_DIR}/AsyncQueryService.wasm
Expand Down Expand Up @@ -238,7 +237,6 @@ set(JS_DIRS
services/user/Supervisor/ui:Supervisor_js
services/user/Explorer/ui:Explorer_js
services/user/Tokens/ui:Tokens_js
services/user/Webmail/ui:Webmail_js
)
set(ADMIN_DIR services/user/XAdmin/ui:XAdmin_js)
set(COMMON_LIB_DIR services/user/CommonApi/common/packages/common-lib/:CommonApiCommonLib_js)
Expand Down Expand Up @@ -745,7 +743,7 @@ psibase_package(
VERSION ${PSIBASE_VERSION}
DESCRIPTION "All development services"
PACKAGE_DEPENDS Accounts AuthAny AuthSig AuthDelegate AuthK1 ClientData CommonApi CpuLimit
Docs Webmail Events Explorer Fractal Invite Nft Packages Producers HttpServer
Docs Events Explorer Fractal Invite Nft Packages Producers HttpServer
Sites SetCode Supervisor Symbol TokenUsers Tokens Transact Homepage
)

Expand Down Expand Up @@ -819,7 +817,6 @@ install(
${SERVICE_DIR}/TokenUsers.psi
${SERVICE_DIR}/Tokens.psi
${SERVICE_DIR}/Transact.psi
${SERVICE_DIR}/Webmail.psi
DESTINATION ${CMAKE_INSTALL_DATADIR}/psibase/packages/
COMPONENT ServerData)

Expand Down

0 comments on commit 8a56e61

Please sign in to comment.