Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
f6764ec4
Commit
f6764ec4
authored
Feb 09, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2084
parent
ed608456
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
10 deletions
+23
-10
changelog_eng
data_from_portwine/changelog_eng
+5
-1
changelog_rus
data_from_portwine/changelog_rus
+5
-1
functions_helper
data_from_portwine/scripts/functions_helper
+10
-5
start.sh
data_from_portwine/scripts/start.sh
+2
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
f6764ec4
...
...
@@ -2,10 +2,14 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
Changelog:
###Scripts version 2084###
* improved function of displaying the icon of the file being launched in the PortProton GUI
* fixed function of changing "CREATE_SHORTCUT" button in PortProton interface
###Scripts version 2083###
* added displaying the icon of the file being launched in the PortProton GUI
* fixed creation of multiple .png files in .exe directory during shortcut creation
* in the PortProton interface, the "CREATE_SHORTCUT" button
expand
s to "DELETE_SHORTCUT" when the shortcut is enabled in the menu -> games
* in the PortProton interface, the "CREATE_SHORTCUT" button
change
s to "DELETE_SHORTCUT" when the shortcut is enabled in the menu -> games
###Scripts version 2082###
* HOTFIX - AUTOINSTALL for EGS
...
...
data_from_portwine/changelog_rus
View file @
f6764ec4
...
...
@@ -2,10 +2,14 @@
-----------------------------------------
История изменений:
###Scripts version 2084###
* улучшена функция отображения иконки запускаемого файла в графическом интерфейсе PortProton
* исправлена функция изменения в интерфейсе PortProton кнопки "CREATE_SHORTCUT"
###Scripts version 2083###
* добавлено отображение иконки запускаемого файла в графическом интерфейсе PortProton
* исправлено создание множества файлов .png в каталоге с .exe во время создания ярлыка
* в интерфейсе PortProton кнопка "CREATE_SHORTCUT"
раскрыва
ется на "DELETE_SHORTCUT" при включении ярылыка в меню -> игры
* в интерфейсе PortProton кнопка "CREATE_SHORTCUT"
изменя
ется на "DELETE_SHORTCUT" при включении ярылыка в меню -> игры
###Scripts version 2082###
* HOTFIX - AUTOINSTALL для EGS
...
...
data_from_portwine/scripts/functions_helper
View file @
f6764ec4
...
...
@@ -711,13 +711,18 @@ pw_create_gui_png () {
try_remove_dir
"
${
PORT_WINE_TMP_PATH
}
/tmp_img"
create_new_dir
"
${
PORT_WINE_TMP_PATH
}
/tmp_img"
wrestool
-x
--output
=
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
-t14
"
${
portwine_exe
}
"
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".ico"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.ico"
icotool
-x
--output
=
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.ico"
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".png"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".ico"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.ico"
icotool
-x
--width
=
${
PW_RESIZE_TO
}
--height
=
${
PW_RESIZE_TO
}
--output
=
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.ico"
if
[[
!
-f
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
)
"
]]
;
then
icotool
-x
--output
=
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.ico"
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".png"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
else
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
fi
cp
-f
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
fi
if
[[
-
x
"
`
which
"convert"
2>/dev/null
`
"
]]
&&
[[
-f
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png
"
]]
&&
\
[[
-
z
"
`
file
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
`
"
]]
;
then
if
[[
-
z
"
`
file
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
`
"
]]
&&
\
[[
-
x
"
`
which
"convert"
2>/dev/null
`
"
]]
&&
[[
-f
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png
"
]]
;
then
convert
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
-resize
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
fi
if
[[
!
-z
"
`
file
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
`
"
]]
;
then
...
...
data_from_portwine/scripts/start.sh
View file @
f6764ec4
...
...
@@ -331,8 +331,8 @@ fi
if
[
!
-z
"
${
portwine_exe
}
"
]
;
then
if
[[
-z
"
${
PW_GUI_DISABLED_CS
}
"
||
"
${
PW_GUI_DISABLED_CS
}
"
==
0
]]
;
then
pw_create_gui_png
grep
-il
"
${
portwine_exe
}
"
"
${
HOME
}
/.local/share/applications"
/
*
if
[[
"
$?
"
==
1
]]
;
then
grep
-il
"
${
portwine_exe
}
"
"
${
HOME
}
/.local/share/applications"
/
*
.desktop
if
[[
"
$?
"
!=
"0"
]]
;
then
PW_SHORTCUT
=
"CREATE SHORTCUT!!
${
loc_create_shortcut
}
:100"
else
PW_SHORTCUT
=
"DELETE SHORTCUT!!
${
loc_delete_shortcut
}
:98"
...
...
data_from_portwine/scripts/var
View file @
f6764ec4
#!/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=208
3
#SCRIPTS_NEXT_VERSION=208
4
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment