Skip to content

Commit

Permalink
Merge branch 'dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 16, 2024
2 parents be42195 + f7b68ca commit 3b49c75
Show file tree
Hide file tree
Showing 10 changed files with 259 additions and 279 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required (VERSION 3.9)

project (Lagrange
VERSION 1.17.5
VERSION 1.17.6
DESCRIPTION "A Beautiful Gemini Client"
LANGUAGES C
)
Expand Down
4 changes: 2 additions & 2 deletions cmake/Resources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ function (make_resources dst)
set (versionTempPath ${CMAKE_CURRENT_SOURCE_DIR}/res/VERSION)
file (WRITE ${versionTempPath} ${PROJECT_VERSION})
execute_process (
COMMAND ${ZIP_EXECUTABLE} -1 ${dst} VERSION ${files}
COMMAND ${ZIP_EXECUTABLE} -1 -X ${dst} VERSION ${files}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/res
OUTPUT_QUIET
)
execute_process (
COMMAND ${ZIP_EXECUTABLE} -1 -j ${dst} ${absfiles}
COMMAND ${ZIP_EXECUTABLE} -1 -X -j ${dst} ${absfiles}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/res
OUTPUT_QUIET
)
Expand Down
Loading

0 comments on commit 3b49c75

Please sign in to comment.