Skip to content

Commit

Permalink
fix branding on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu committed Nov 25, 2024
1 parent 2692d2b commit 5cef0ca
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 3 deletions.
78 changes: 78 additions & 0 deletions assets/icon/sofar_dalapp_windows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/sofar_dalapp_windows_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ flutter_launcher_icons:

windows:
generate: true
image_path: "assets/icon/sofar_dalapp_rounded_1000.png"
icon_size: 256
image_path: "assets/icon/sofar_dalapp_windows_48.png"
icon_size: 48

macos:
generate: true
Expand Down
2 changes: 1 addition & 1 deletion windows/runner/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <flutter/dart_project.h>
#include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>

Expand Down
Binary file modified windows/runner/resources/app_icon.ico
Binary file not shown.

0 comments on commit 5cef0ca

Please sign in to comment.