fix: use correct comment style

This commit is contained in:
Tom French 2022-08-30 20:35:57 +01:00 committed by GitHub
parent 18e6eac116
commit e638cdf467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ if [ $NODE_ENV == 'development' ]; then
# will block
WEBPACK_ARGS="$WEBPACK_ARGS --watch"
if [ "$OSTYPE" == "msys" ]; then
// Ensure symlinks are created as native Windows symlinks.
# Ensure symlinks are created as native Windows symlinks.
export MSYS=winsymlinks:nativestrict
fi
ln -snf "$ROOT"/../lib-dist/browser ../../desktop-client/public/kcab