mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
New icon
This commit is contained in:
10
.github/workflows/flutter-build.yml
vendored
10
.github/workflows/flutter-build.yml
vendored
@@ -11,6 +11,8 @@ on:
|
||||
- 'mobile/android/**'
|
||||
- 'mobile/ios/**'
|
||||
- 'mobile/pubspec.yaml'
|
||||
- 'public/android-chrome-*.png'
|
||||
- 'public/apple-touch-icon.png'
|
||||
- '.github/workflows/flutter-build.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
@@ -18,6 +20,8 @@ on:
|
||||
- 'mobile/android/**'
|
||||
- 'mobile/ios/**'
|
||||
- 'mobile/pubspec.yaml'
|
||||
- 'public/android-chrome-*.png'
|
||||
- 'public/apple-touch-icon.png'
|
||||
- '.github/workflows/flutter-build.yml'
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
@@ -52,6 +56,9 @@ jobs:
|
||||
working-directory: mobile
|
||||
run: flutter pub get
|
||||
|
||||
- name: Copy Sure icons from public/
|
||||
run: cp public/android-chrome-512x512.png mobile/assets/icon/app_icon.png
|
||||
|
||||
- name: Generate app icons
|
||||
working-directory: mobile
|
||||
run: flutter pub run flutter_launcher_icons
|
||||
@@ -144,6 +151,9 @@ jobs:
|
||||
working-directory: mobile
|
||||
run: flutter pub get
|
||||
|
||||
- name: Copy Sure icons from public/
|
||||
run: cp public/android-chrome-512x512.png mobile/assets/icon/app_icon.png
|
||||
|
||||
- name: Generate app icons
|
||||
working-directory: mobile
|
||||
run: flutter pub run flutter_launcher_icons
|
||||
|
||||
Reference in New Issue
Block a user