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 bb94d81 commit 42cd10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prepare_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ else
. ../build/linux/appimage/build.sh
fi

if [[ "${SHOULD_BUILD_SNAP}" != "no" ]]; then
. ../stores/snapcraft/build.sh
fi
# if [[ "${SHOULD_BUILD_SNAP}" != "no" ]]; then
# . ../stores/snapcraft/build.sh
# fi

cd ..

Expand Down

0 comments on commit 42cd10d

Please sign in to comment.