forked from CastroFidel/PortWINE
Scripts version 2118
This commit is contained in:
112
data_from_portwine/scripts/credits
Executable file
112
data_from_portwine/scripts/credits
Executable file
@ -0,0 +1,112 @@
|
||||
#! /bin/sh
|
||||
"${pw_yad_new}" --plug=10 --tabnum=1 --show-uri \
|
||||
--text-align=center --text="PortProton v.${install_ver}
|
||||
scripts v. ${scripts_install_ver}
|
||||
|
||||
Программа для запуска Windows игр и приложений в GNU/Linux
|
||||
|
||||
https://portwine-linux.ru
|
||||
|
||||
Copyright © 2022 Castro-Fidel (PortWINE-Linux.ru)
|
||||
|
||||
This program comes with absolutely no warranty.
|
||||
See the License for details." &
|
||||
|
||||
|
||||
"${pw_yad_new}" --plug=10 --tabnum=2 \
|
||||
--text-align=center --text="Author: Casro-Fidel
|
||||
|
||||
Development assistants:
|
||||
Cefeiko
|
||||
Dezert1r
|
||||
Taz_mania
|
||||
Anton_Famillianov
|
||||
gavr
|
||||
RidBowt
|
||||
chal55rus
|
||||
UserDiscord
|
||||
|
||||
Список будет дополнятся..." &
|
||||
|
||||
"${pw_yad_new}" --plug=10 --tabnum=3 --text-info <<< "MIT License
|
||||
|
||||
Copyright (©) 2022 Castro-Fidel (PortWINE-Linux.ru)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED (AS IS), WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE." &
|
||||
|
||||
"${pw_yad_new}" --plug=10 --tabnum=4 \
|
||||
--text-align=center \
|
||||
--text="Sponsors:
|
||||
Cefeiko
|
||||
Dezert1r
|
||||
Taz_mania
|
||||
Anton_Famillianov
|
||||
gavr
|
||||
RidBowt
|
||||
chal55rus
|
||||
UserDiscord
|
||||
Александр
|
||||
Сергей 33(46)RUS
|
||||
Aule Mahal
|
||||
CyberBoar
|
||||
Evgen
|
||||
johny
|
||||
Maksami
|
||||
MRModer
|
||||
Pependos
|
||||
Phoenix55rus
|
||||
Xpamych
|
||||
Виндета(рот)
|
||||
Ка6адОнНа
|
||||
ХОЛО МУДРАЯ
|
||||
|
||||
Список будет дополнятся..." &
|
||||
|
||||
"${pw_yad_new}" --plug=10 --tabnum=5 --text="Хотите присоединится и помочь в развитии проекта:" \
|
||||
--title=JOIN --window-icon=group --image=system-config-users --uri-color=red --show-uri \
|
||||
--text-info <<< \
|
||||
"Website: http://portwine-linux.ru
|
||||
Discord: http://discord.gg/yJSEFjF
|
||||
VK: https://vk.com/portwinelinux
|
||||
-------------------------------------------
|
||||
Стать платным подписчиком:
|
||||
boosty: https://boosty.to/portwine-linux.ru
|
||||
patreon: https://www.patreon.com/portproton
|
||||
Кошельки WebMoney: WMZ-Z135951244401 WME-E325631629973
|
||||
Yandex кошельк: 410012267513818
|
||||
-------------------------------------------
|
||||
Задонатить на стрим:
|
||||
https://www.donationalerts.com/r/portwine_linux" &
|
||||
|
||||
"${pw_yad_new}" --plug=10 --tabnum=6 --show-uri --title="THIRD PARTY LIBRARIES" \
|
||||
--text-info <<< "Сторонние библиотеки, которые используются в PortProton
|
||||
|
||||
PortProton собран на основе следующих бесплатных библиотек программного обеспечения:
|
||||
|
||||
WINE-PROTON: https://github.com/ValveSoftware/Proton
|
||||
WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom/
|
||||
YAD: https://github.com/v1cont/"${pw_yad_new}"
|
||||
ZENITY: https://github.com/GNOME/zenity" &
|
||||
|
||||
"${pw_yad_new}" --title "ABOUT US" --key=10 --window-icon="$PW_GUI_ICON_PATH/port_proton.png" \
|
||||
--center --notebook --no-buttons --tab-pos=bottom \
|
||||
--tab="ABOUT PORTPROTON" --tab="AUTORS" --tab="LICENSE" --tab="SPONSORS" --tab="JOIN" \
|
||||
--tab="THIRD PARTY LIBRARIES"
|
||||
|
||||
/usr/bin/env bash -c ${pw_full_command_line[*]}
|
Reference in New Issue
Block a user