This commit is contained in:
Jeremy Bullock 2020-09-03 22:46:57 -06:00
parent 81f0c1ff89
commit f4838badc0
7 changed files with 4 additions and 45 deletions

View file

@ -1,4 +1,4 @@
version: 1.4.0.{build}
version: 1.0.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true

View file

@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View file

@ -19,7 +19,7 @@ public:
private:
const char *applicationName = "Tahoma";
const float applicationVersion = 1.0;
const float applicationRevision = 0;
const float applicationRevision = 1;
const char *applicationNote = "";
};

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.OpenToonz</id>
<launchable type="desktop-id">io.github.OpenToonz.desktop</launchable>
<name>OpenToonz</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause</project_license>
<developer_name>DWANGO Co., Ltd.</developer_name>
<summary>2D animation</summary>
<description>
<p>
This is software for producing a 2D animation.
</p>
<p>
It is based on the software "Toonz", which was developed
by Digital Video S.p.A. in Italy, customized by Studio Ghibli,
and has been used for creating its works for many years.
Dwango launched the OpenToonz project in cooperation
with Digital Video and Studio Ghibli.
</p>
</description>
<url type="homepage">https://opentoonz.github.io/e/</url>
<url type="bugtracker">https://github.com/opentoonz/opentoonz/issues</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/io.github.OpenToonz/master/screenshot1.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.0" date="2020-01-31"></release>
</releases>
</component>

View file

@ -1,8 +0,0 @@
[Desktop Entry]
Type=Application
Name=OpenToonz
Comment=2D animation
Icon=io.github.OpenToonz
Exec=opentoonz
Categories=Graphics;
Terminal=false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -26,6 +26,6 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0" date="2020-01-31"></release>
<release version="1.0.1" date="2020-09-03"></release>
</releases>
</component>