Skip to content
Snippets Groups Projects
Unverified Commit e638cdf4 authored by Tom French's avatar Tom French Committed by GitHub
Browse files

fix: use correct comment style

parent 18e6eac1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment