pull/2332/head
Kaalleen 2023-05-28 20:53:42 +02:00 zatwierdzone przez GitHub
rodzic 784996a62b
commit c95a28270d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,11 @@ if [ "$BUILD" = "osx" ]; then
fi
fi
if [ "$BUILD" = "linux" ]; then
pyinstaller_args+="--hidden-import gi.repository.Gtk "
fi
if [ "$BUILD" = "windows" ]; then
if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then
# setting the file and product version for release