Skip to content

Commit

Permalink
fix(snap): disable build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 7, 2024
1 parent 46bb464 commit bb94d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prepare_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ else
find assets -name '*.AppImage*' -exec bash -c 'mv $0 ${0/_-_/-}' {} \;
fi

if [[ "${SHOULD_BUILD_SNAP}" != "no" ]]; then
echo "Moving Snap"
mv stores/snapcraft/.build/*.snap assets/
fi
# if [[ "${SHOULD_BUILD_SNAP}" != "no" ]]; then
# echo "Moving Snap"
# mv stores/snapcraft/.build/*.snap assets/
# fi

VSCODE_PLATFORM="linux"
fi
Expand Down

0 comments on commit bb94d81

Please sign in to comment.