From a9a94e9209487ea7fc1c5cb1deba8cb1ed34f01d Mon Sep 17 00:00:00 2001 From: dan63047 Date: Wed, 3 Jan 2024 20:43:03 +0300 Subject: [PATCH] thanks google --- .github/workflows/main.yml | 2 -- android/app/src/main/AndroidManifest.xml | 2 ++ lib/main.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 563e315..dd64ba6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,8 +53,6 @@ jobs: - name: Install project dependencies run: flutter pub get - name: Build artifacts - env: - CMAKE_MAKE_PROGRAM: Ninja run: flutter build linux --release - name: Archive Release uses: thedoctor0/zip-release@master diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f9c9c75..a3bc019 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -25,6 +25,8 @@ + + diff --git a/lib/main.dart b/lib/main.dart index 9c29a23..228e0f7 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -25,7 +25,7 @@ void setAccentColor(Color color){ } final router = GoRouter( - //initialLocation: "/", + initialLocation: "/", routes: [ GoRoute( path: "/",