Skip to content

Commit

Permalink
Adjustments to the launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mz2 committed Apr 20, 2024
1 parent 461f41b commit e65accf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snap/local/run-snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

set -e

STATIC_DIR=$SNAP_DATA/static
mkdir -p $STATIC_DIR

DATA_DIR=$(snapctl get data-dir) \
STATIC_DIR=$SNAP_DATA/static \
STATIC_DIR=$STATIC_DIR \
FRONTEND_BUILD_DIR=$SNAP/build \
HOST=$(snapctl get host) \
PORT=$(snapctl get port) \
Expand Down

0 comments on commit e65accf

Please sign in to comment.