mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
With the new release process in place, I think keeping a separate version number for desktop is confusing and unnecessary. This PR remove it so the desktop version reports the version number of the web version embedded in the binary. ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [x] Add an entry to `CHANGELOG.md` under the `## main` section.
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"RT_GROUP_ICON": {
|
|
"APP": {
|
|
"0000": [
|
|
"../../src/img/maputnik.png"
|
|
]
|
|
}
|
|
},
|
|
"RT_MANIFEST": {
|
|
"#1": {
|
|
"0409": {
|
|
"identity": {
|
|
"name": "Maputnik",
|
|
"version": "{{.Version}}"
|
|
},
|
|
"description": "A MapLibre GL visual style editor",
|
|
"minimum-os": "win7",
|
|
"execution-level": "as invoker",
|
|
"ui-access": false,
|
|
"auto-elevate": false,
|
|
"dpi-awareness": "system",
|
|
"disable-theming": false,
|
|
"disable-window-filtering": false,
|
|
"high-resolution-scrolling-aware": false,
|
|
"ultra-high-resolution-scrolling-aware": false,
|
|
"long-path-aware": false,
|
|
"printer-driver-isolation": false,
|
|
"gdi-scaling": false,
|
|
"segment-heap": false,
|
|
"use-common-controls-v6": false
|
|
}
|
|
}
|
|
},
|
|
"RT_VERSION": {
|
|
"#1": {
|
|
"0000": {
|
|
"fixed": {
|
|
"file_version": "{{.Version}}",
|
|
"product_version": "{{.Version}}"
|
|
},
|
|
"info": {
|
|
"0409": {
|
|
"Comments": "https://github.com/maplibre/maputnik",
|
|
"CompanyName": "Maputnik",
|
|
"FileDescription": "A MapLibre GL visual style editor",
|
|
"FileVersion": "{{.Version}}",
|
|
"InternalName": "Maputnik",
|
|
"LegalCopyright": "MIT License",
|
|
"LegalTrademarks": "",
|
|
"OriginalFilename": "Maputnik.exe",
|
|
"PrivateBuild": "",
|
|
"ProductName": "Maputnik",
|
|
"ProductVersion": "{{.Version}}",
|
|
"SpecialBuild": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|