Skip to content

Commit

Permalink
Merge pull request #89 from kloptops/main
Browse files Browse the repository at this point in the history
Fixed installer creation code for stable releases, updated translations.
  • Loading branch information
kloptops authored Mar 20, 2024
2 parents d157a6c + 8dff9c7 commit 4cd7097
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions PortMaster/pylibs/locales/de_DE/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-19 20:19+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
Expand Down Expand Up @@ -716,11 +716,11 @@ msgstr "Zeige oder verstecke experimentelle Ports."

#: PortMaster/pylibs/pugscene.py:555 PortMaster/pylibs/pugscene.py:632
msgid "CWTBE Mode: "
msgstr ""
msgstr "CWTBE Modus: "

#: PortMaster/pylibs/pugscene.py:556
msgid "Enable gptokeyb2 by default."
msgstr ""
msgstr "Aktiviere gptokeyb2 standardmäßig."

#: PortMaster/pylibs/pugscene.py:559
msgid "Delete PortMaster Config"
Expand Down
2 changes: 1 addition & 1 deletion PortMaster/pylibs/locales/de_DE/LC_MESSAGES/themes.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-09 16:35+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
Expand Down
6 changes: 3 additions & 3 deletions PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-19 20:19+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
Expand Down Expand Up @@ -716,11 +716,11 @@ msgstr "Pokaż lub ukryj porty eksperymentalne."

#: PortMaster/pylibs/pugscene.py:555 PortMaster/pylibs/pugscene.py:632
msgid "CWTBE Mode: "
msgstr ""
msgstr "Tryb CWTBE: "

#: PortMaster/pylibs/pugscene.py:556
msgid "Enable gptokeyb2 by default."
msgstr ""
msgstr "Domyślnie włącz gptokeyb2."

#: PortMaster/pylibs/pugscene.py:559
msgid "Delete PortMaster Config"
Expand Down
2 changes: 1 addition & 1 deletion PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/themes.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-09 16:35+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
Expand Down
6 changes: 3 additions & 3 deletions PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-19 20:19+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
Expand Down Expand Up @@ -716,11 +716,11 @@ msgstr "Exibir ou ocultar jogos experimentais."

#: PortMaster/pylibs/pugscene.py:555 PortMaster/pylibs/pugscene.py:632
msgid "CWTBE Mode: "
msgstr ""
msgstr "Modo CWTBE: "

#: PortMaster/pylibs/pugscene.py:556
msgid "Enable gptokeyb2 by default."
msgstr ""
msgstr "Habilitar gptokeyb2 por padrão."

#: PortMaster/pylibs/pugscene.py:559
msgid "Delete PortMaster Config"
Expand Down
2 changes: 1 addition & 1 deletion PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/themes.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: portmaster\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-09 16:35+0800\n"
"PO-Revision-Date: 2024-03-19 12:20\n"
"PO-Revision-Date: 2024-03-20 09:58\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n"
Expand Down
7 changes: 5 additions & 2 deletions do_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,16 @@ if [[ "$1" == "stable" ]]; then
cp ../tools/installer.sh .
cd ..

makeself-2.5.0/makeself.sh --header "tools/makeself-header.sh" pm_release "Install PortMaster.sh" "PortMaster Installer" ./installer.sh
# Remove old installers
rm -f Install*PortMaster.sh

makeself-2.5.0/makeself.sh --header "tools/makeself-header.sh" pm_release "Install.PortMaster.sh" "PortMaster Installer" ./installer.sh

cd pm_release
cp ../runtimes.zip .
cd ..

makeself-2.5.0/makeself.sh --header "tools/makeself-header.sh" pm_release "Install Full PortMaster.sh" "PortMaster Full Installer" ./installer.sh
makeself-2.5.0/makeself.sh --header "tools/makeself-header.sh" pm_release "Install.Full.PortMaster.sh" "PortMaster Full Installer" ./installer.sh

rm -fRv pm_release
fi
Expand Down

0 comments on commit 4cd7097

Please sign in to comment.