Skip to content

Commit ca50c29

Browse files
authored
chore: fix some problems (#242)
* Update lemon-lime.desktop.in * Update lemon-lime.desktop.in * Update lemon-lime.metainfo.xml.in * Update lemon-lime.desktop.in * upd * Update README.md
1 parent bd75de7 commit ca50c29

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus
88

99
同时支持 Qt5 和 Qt6, 使用 `-DLEMON_QT6=ON` 以使用 Qt6 编译。
1010

11-
现已支持 Linux,Windows以及 macOS
11+
现已支持 Linux,Windows 以及 macOS
1212

1313
[![Linux Static](https://github.com/Project-LemonLime/Project_LemonLime/actions/workflows/linux-static.yml/badge.svg)](https://github.com/Project-LemonLime/Project_LemonLime/actions/workflows/linux-static.yml)
1414

@@ -45,6 +45,7 @@ A tiny judging environment for OI contest based on Lemon + LemonPlus
4545
| Fedora | 31-1.9 | amd64 | XFCE |
4646
| openSUSE | Leap 15.1 | amd64 | iceWM |
4747
| openSUSE | Tumbleweed | amd64 | KDE-Xorg |
48+
| macOS | 15.2 Beta | arm64 | Aqua |
4849

4950
如果您在您的系统上做了测试,请前往
5051
[#49](https://github.com/Project-LemonLime/Project_LemonLime/issues/49)

assets/lemon-lime.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Keywords=OI;Qt;Judge;
1515
Keywords[zh_CN]=OI;Qt;评测;
1616
Keywords[zh_TW]=OI;Qt;評測;
1717
Keywords[ja]=OI;Qt;評価;
18-
Categories=Utility;Education;
18+
Categories=Utility;Education;Competition;
1919
Terminal=false
2020
Path=/usr/bin
2121
Exec=lemon

assets/lemon-lime.metainfo.xml.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
<url type="homepage">https://github.com/Project-LemonLime/Project_LemonLime</url>
1414
<url type="bugtracker">https://github.com/Project-LemonLime/Project_LemonLime/issues</url>
1515
<categories>
16-
<category>Development</category>
17-
<category>Education</category>
16+
<category>Development</category>
17+
<category>Education</category>
18+
<category>Competition</category>
1819
</categories>
1920
<screenshots>
2021
<screenshot type="default">
@@ -25,6 +26,6 @@
2526
<binary>lemon</binary>
2627
</provides>
2728
<releases>
28-
<release version="0.2.6" date="2020-10-31"/>
29+
<release version="0.3.5" date="2024-7-15"/>
2930
</releases>
3031
</component>

cmake/platforms/macos.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set_target_properties(lemon
33
MACOSX_BUNDLE TRUE
44
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/assets/MacOSXInfo.plist.in"
55
MACOSX_BUNDLE_BUNDLE_NAME "LemonLime"
6-
MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2020 Project LemonLime"
6+
MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2019-2024 Project LemonLime"
77
MACOSX_BUNDLE_BUNDLE_VERSION ${VERSION_STRING}
88
MACOSX_BUNDLE_LONG_VERSION_STRING ${VERSION_STRING}
99
MACOSX_BUNDLE_SHORT_VERSION_STRING ${VERSION_STRING}

0 commit comments

Comments
 (0)