Skip to content

Commit

Permalink
bruig: Update to 0.1.7 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp committed Apr 25, 2023
1 parent e489f4b commit d2edc32
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,61 @@
{
"size": "16x16",
"idiom": "mac",
"filename": "app_icon_16.png",
"filename": "icon_16x16.png",
"scale": "1x"
},
{
"size": "16x16",
"idiom": "mac",
"filename": "app_icon_32.png",
"filename": "icon_16x16@2x.png",
"scale": "2x"
},
{
"size": "32x32",
"idiom": "mac",
"filename": "app_icon_32.png",
"filename": "icon_32x32.png",
"scale": "1x"
},
{
"size": "32x32",
"idiom": "mac",
"filename": "app_icon_64.png",
"filename": "icon_32x32@2x.png",
"scale": "2x"
},
{
"size": "128x128",
"idiom": "mac",
"filename": "app_icon_128.png",
"filename": "icon_128x128.png",
"scale": "1x"
},
{
"size": "128x128",
"idiom": "mac",
"filename": "app_icon_256.png",
"filename": "icon_128x128@2x.png",
"scale": "2x"
},
{
"size": "256x256",
"idiom": "mac",
"filename": "app_icon_256.png",
"filename": "icon_256x256.png",
"scale": "1x"
},
{
"size": "256x256",
"idiom": "mac",
"filename": "app_icon_512.png",
"filename": "icon_256x256@2x.png",
"scale": "2x"
},
{
"size": "512x512",
"idiom": "mac",
"filename": "app_icon_512.png",
"filename": "icon_512x512.png",
"scale": "1x"
},
{
"size": "512x512",
"idiom": "mac",
"filename": "app_icon_1024.png",
"filename": "icon_512x512@2x.png",
"scale": "2x"
}
]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 bruig/flutterui/bruig/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.6
version: 0.1.7

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ msix_config:
display_name: Bison Relay GUI
publisher_display_name: Company 0, LLC
store: false
msix_version: 0.1.6.0
msix_version: 0.1.7.0
icons_background_color: "#ffffff"
architecture: x64
capabilities: "internetClient"
Expand Down
12 changes: 6 additions & 6 deletions bruig/flutterui/bruig/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,0,0
#define VERSION_AS_NUMBER 0,1,7
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.0"
#define VERSION_AS_STRING "0.1.7"
#endif

VS_VERSION_INFO VERSIONINFO
Expand All @@ -92,10 +92,10 @@ BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "A new Flutter project." "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "bruig" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 Comapany Zero. All rights reserved." "\0"
VALUE "OriginalFilename", "bruig.exe" "\0"
VALUE "ProductName", "bruig" "\0"
VALUE "InternalName", "bisonrelay" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 Comapany Zero. All rights reserved." "\0"
VALUE "OriginalFilename", "bisonrelay.exe" "\0"
VALUE "ProductName", "bisonrelay" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END
Expand Down
Binary file modified bruig/flutterui/bruig/windows/runner/resources/app_icon.ico
Binary file not shown.

0 comments on commit d2edc32

Please sign in to comment.