Browse Source

Renamed greeter.py to main.py

sisyphus
JezerM 4 years ago
parent
commit
a477f1220a
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 2
      build/utils.sh
  2. 4
      web-greeter/main.py

2
build/utils.sh

@ -28,7 +28,7 @@ do_build() {
# Create "Zip Application"
(cd "${PKGNAME}" \
&& mv greeter.py __main__.py \
&& mv main.py __main__.py \
&& zip -rq ../"${PKGNAME}.zip" . -x '**__pycache__**' 'resources/*' \
&& cd - >/dev/null \
&& mkdir -p "${INSTALL_ROOT}${PREFIX}"/{bin,share} \

4
web-greeter/greeter.py → web-greeter/main.py

@ -1,9 +1,9 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# greeter.py
# main.py
#
# Copyright © 2017 Antergos
# Copyright © 2021 JezerM
#
# This file is part of Web Greeter.
#
Loading…
Cancel
Save