diff options
author | Richard Hughes <richard@hughsie.com> | 2015-03-09 10:56:53 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-03-09 11:03:33 +0000 |
commit | 7dfe4bc3a7394cc5dc5831f2c36bc2818583cadc (patch) | |
tree | 274515f8d41989169b0fc4eed39bf5a91fb0b216 /data/tests | |
parent | 28b97cd484e8f99b509ab1c97050e31fc831d3dc (diff) | |
download | appstream-glib-7dfe4bc3a7394cc5dc5831f2c36bc2818583cadc.tar.gz |
Support parsing .inf files into an AsApp
Diffstat (limited to 'data/tests')
-rw-r--r-- | data/tests/example.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/tests/example.inf b/data/tests/example.inf index 62b1d21..c6e2a87 100644 --- a/data/tests/example.inf +++ b/data/tests/example.inf @@ -9,6 +9,10 @@ DriverVer=03/03/2015,2.0.2 PnpLockdown=1 CatalogFile=firmware.cat +; nonstandard +[Location] +URLs = "http://www.hughski.com/foo.cab" + [Manufacturer] %MfgName% = Hughski,NTamd64 |