thanks google

This commit is contained in:
dan63047 2024-01-03 20:43:03 +03:00
parent 113b44cb4c
commit a9a94e9209
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -25,6 +25,8 @@
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

View File

@ -25,7 +25,7 @@ void setAccentColor(Color color){
}
final router = GoRouter(
//initialLocation: "/",
initialLocation: "/",
routes: [
GoRoute(
path: "/",