Merge pull request #144 from krawieck/windows-metadata
This commit is contained in:
commit
60ff6f729d
|
@ -1,5 +1,5 @@
|
||||||
name: lemmur
|
name: lemmur
|
||||||
description: A new Flutter project.
|
description: A mobile client for Lemmy - a federated reddit alternative
|
||||||
|
|
||||||
# The following line prevents the package from being accidentally published to
|
# The following line prevents the package from being accidentally published to
|
||||||
# pub.dev using `pub publish`. This is preferred for private packages.
|
# pub.dev using `pub publish`. This is preferred for private packages.
|
||||||
|
@ -46,7 +46,6 @@ dependencies:
|
||||||
lemmy_api_client: ^0.10.2
|
lemmy_api_client: ^0.10.2
|
||||||
matrix4_transform: ^1.1.7
|
matrix4_transform: ^1.1.7
|
||||||
|
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ BEGIN
|
||||||
BLOCK "040904e4"
|
BLOCK "040904e4"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "com.krawieck" "\0"
|
VALUE "CompanyName", "com.krawieck" "\0"
|
||||||
VALUE "FileDescription", "A new Flutter project." "\0"
|
VALUE "FileDescription", "lemmur" "\0"
|
||||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||||
VALUE "InternalName", "lemmur" "\0"
|
VALUE "InternalName", "lemmur" "\0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2020 com.krawieck. All rights reserved." "\0"
|
VALUE "LegalCopyright", "Copyright (C) 2020 com.krawieck. All rights reserved." "\0"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 401 KiB |
Loading…
Reference in New Issue