Skip to content

Commit

Permalink
Linux pluginsonly should be .tar.gz (#5832)
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Jan 27, 2022
1 parent b75ca09 commit edbf08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function(surge_make_installers)
add_custom_command(TARGET surge-xt-distribution
POST_BUILD
WORKING_DIRECTORY ${SURGE_PRODUCT_DIR}
COMMAND tar cvzf ${SURGE_XT_DIST_OUTPUT_DIR}/surge-xt-linux-${SXTVER}-pluginsonly.tgz .
COMMAND tar cvzf ${SURGE_XT_DIST_OUTPUT_DIR}/surge-xt-linux-${SXTVER}-pluginsonly.tar.gz .
)
elseif(WIN32)
add_custom_command(TARGET surge-xt-distribution
Expand Down

0 comments on commit edbf08a

Please sign in to comment.