Skip to content

Commit

Permalink
update distro/base/install.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 23, 2024
1 parent 156d8cb commit bc84336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro/base/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main():
f"Name=StarCalendar {version}\n"
"GenericName=StarCalendar\n"
"Comment=Full-featured Calendar Program\n"
"Comment[fa]=یک برنامهٔ کامل تقویم\n"
"Comment[fa]=یک برنامهٔ پرقابلیت تقویم\n"
f"Exec={pkgName}\n"
f"Icon={iconName}\n"
"Type=Application\n"
Expand Down
4 changes: 2 additions & 2 deletions distro/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if [ -z "$pyCmd" ] ; then
fi
fi
if which "$pyCmd" && \
"$pyCmd" -c 'import sys;exit((3, 10) <= sys.version_info < (3, 13))' ; then
"$pyCmd" -c 'exit((3, 10) <= sys.version_info < (3, 13))' ; then
pyVer=$("$pyCmd" --version)
printf "\e[31mWarning: %s is not officially supported.\e[m\n" "$pyVer" >&2
printf "\e[31mPress Enter to continue anyway.\e[m\n" >&2
Expand Down Expand Up @@ -221,7 +221,7 @@ Encoding=UTF-8
Name=StarCalendar $version
GenericName=StarCalendar
Comment=Full-featured Calendar Program
Comment[fa]=یک برنامهٔ کامل تقویم
Comment[fa]=یک برنامهٔ پرقابلیت تقویم
Exec=$pkgName
Icon=$iconName
Type=Application
Expand Down

0 comments on commit bc84336

Please sign in to comment.