mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Uh wut
This commit is contained in:
parent
5a78ba111d
commit
dcc89af660
1 changed files with 0 additions and 2 deletions
|
@ -307,8 +307,6 @@ def _dump_v2_manifest_as_toml(manifest):
|
|||
toml_manifest_dump = toml_manifest_dump.replace('"ram.runtime"', "ram.runtime")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"main.url"', "main.url")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"main.default"', "main.default")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"main.default"', "main.default")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('""', "main.default")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"armhf.url"', "armhf.url")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"armhf.sha256"', "armhf.sha256")
|
||||
toml_manifest_dump = toml_manifest_dump.replace('"arm64.url"', "arm64.url")
|
||||
|
|
Loading…
Add table
Reference in a new issue