mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
the files web/prettier.config.js and web/stylelint.config.js were renamed in b9f4509
, but web/CMakeLists.txt was not updated correspondingly.
hence, using `REBUILD_WEB` would cause FTFS.
This commit is contained in:
parent
5a881191d0
commit
198ee5bd97
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ add_custom_command(
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/esbuild.mjs"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/package-lock.json"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/package.json"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/prettier.config.js"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/stylelint.config.js"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/prettier.config.cjs"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/stylelint.config.cjs"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/assets" "assets"
|
||||
|
|
Loading…
Reference in a new issue