V.1.3.0 Flatpak config and setup #53

Merged
yaso_meth merged 5 commits from v.1.3.0 into main 2026-06-10 11:57:26 +00:00
Showing only changes of commit 0ea3482e9a - Show all commits
-1
View File
@@ -14,7 +14,6 @@ ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PAT
RUN flutter config --enable-web && flutter precache --web
WORKDIR /app
COPY pubspec.yaml pubspec.lock ./
RUN flutter clean
RUN flutter pub get
COPY . .
RUN flutter build web --release -t ./lib/main_prod.dart -v