Skip to content

Commit

Permalink
Tidy up temp runtime folder
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Jun 26, 2022
1 parent f3001cf commit 522ba02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ check_gh_release_present() {

build_release() {
echo "### Building release"
notarize=true use_carthage_cache=false ./bin/build_vimr.sh
clean=true notarize=true use_carthage_cache=false ./bin/build_vimr.sh

pushd "${build_folder_path}" >/dev/null
tar cjf "VimR-${marketing_version}.tar.bz2" VimR.app
Expand Down
1 change: 1 addition & 0 deletions bin/build_vimr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ prepare_nvimserver() {
install_path="$(/usr/bin/mktemp -d -t 'nvim-runtime')"
nvim_install_path="${install_path}" ./NvimServer/NvimServer/bin/build_runtime.sh
cp -r "${install_path}/share/nvim/runtime" "${resources_folder}"
rm -rf "${install_path}"

# Copy VimR specific vim file to runtime/plugin folder
cp "${resources_folder}/com.qvacua.NvimView.vim" "${resources_folder}/runtime/plugin"
Expand Down

0 comments on commit 522ba02

Please sign in to comment.