Housekeeping
This commit is contained in:
parent
569742a19d
commit
852d73ebc9
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
||||||
Package: quickgui
|
|
||||||
Version: 1.0.0-1
|
|
||||||
Section: base
|
|
||||||
Priority: optional
|
|
||||||
Architecture: amd64
|
|
||||||
Maintainer: Yannick Mauray <yannick@frenchguy.ch>
|
|
||||||
Description: Flutter frontend for Quickget
|
|
||||||
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
{"assets/images/logo.png":["assets/images/logo.png"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
{"app_name":"quickgui","version":"1.0.0","build_number":"1"}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.0+1
|
version: 1.0.0+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
guest_os="linux"
|
|
||||||
disk_img="ubuntu-mate-impish/disk.qcow2"
|
|
||||||
iso="ubuntu-mate-impish/ubuntu-mate-21.10-desktop-amd64.iso"
|
|
||||||
Loading…
Reference in New Issue