Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Immadominion committed Jun 1, 2024
1 parent 36a04ad commit 2ad8735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BASE_HREF = /$(OUTPUT)/
# Replace this with your GitHub username
GITHUB_USER = bizz84
GITHUB_USER = immadominion
GITHUB_REPO = https://github.com/$(GITHUB_USER)/$(OUTPUT)
BUILD_VERSION := $(shell grep 'version:' pubspec.yaml | awk '{print $$2}')

Expand All @@ -22,7 +22,7 @@ endif
flutter create . --platform web

@echo "Building for web..."
flutter build web --base-href $(BASE_HREF) --release --wasm
flutter build web --base-href $(BASE_HREF) --release

@echo "Deploying to git repository"
cd build/web && \
Expand Down

0 comments on commit 2ad8735

Please sign in to comment.