thanks google
This commit is contained in:
parent
113b44cb4c
commit
a9a94e9209
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -25,7 +25,7 @@ void setAccentColor(Color color){
|
|||
}
|
||||
|
||||
final router = GoRouter(
|
||||
//initialLocation: "/",
|
||||
initialLocation: "/",
|
||||
routes: [
|
||||
GoRoute(
|
||||
path: "/",
|
||||
|
|
Loading…
Reference in New Issue