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: "/",