Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
shakfu committed May 8, 2024
1 parent 70d3dbd commit 565611f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions source/scripts/merge_dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

git switch main
git merge dev
git push
git switch dev
2 changes: 1 addition & 1 deletion source/scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function update_chugins() {
update_new_chugin WPKorg35 && \
update_new_chugin Wavetable && \
update_new_chugin WinFuncEnv && \
rm -rf ${PROJECTS_DIR}/chugins-new/chuginate
#rm -rf ${PROJECTS_DIR}/chugins-new/chuginate
mv ${PROJECTS_DIR}/chugins ${PROJECTS_DIR}/chugins-old && \
mv ${PROJECTS_DIR}/chugins-new ${PROJECTS_DIR}/chugins && \
rm -rf chugins-src
Expand Down

0 comments on commit 565611f

Please sign in to comment.