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
Vladislav
PortWINE
Commits
f6764ec4
Commit
f6764ec4
authored
3 years ago
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
...
@@ -2,10 +2,14 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
-----------------------------------------
Changelog:
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###
###Scripts version 2083###
* added displaying the icon of the file being launched in the PortProton GUI
* 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
* 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###
###Scripts version 2082###
* HOTFIX - AUTOINSTALL for EGS
* HOTFIX - AUTOINSTALL for EGS
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/changelog_rus
View file @
f6764ec4
...
@@ -2,10 +2,14 @@
...
@@ -2,10 +2,14 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2084###
* улучшена функция отображения иконки запускаемого файла в графическом интерфейсе PortProton
* исправлена функция изменения в интерфейсе PortProton кнопки "CREATE_SHORTCUT"
###Scripts version 2083###
###Scripts version 2083###
* добавлено отображение иконки запускаемого файла в графическом интерфейсе PortProton
* добавлено отображение иконки запускаемого файла в графическом интерфейсе PortProton
* исправлено создание множества файлов .png в каталоге с .exe во время создания ярлыка
* исправлено создание множества файлов .png в каталоге с .exe во время создания ярлыка
* в интерфейсе PortProton кнопка "CREATE_SHORTCUT"
раскрыва
ется на "DELETE_SHORTCUT" при включении ярылыка в меню -> игры
* в интерфейсе PortProton кнопка "CREATE_SHORTCUT"
изменя
ется на "DELETE_SHORTCUT" при включении ярылыка в меню -> игры
###Scripts version 2082###
###Scripts version 2082###
* HOTFIX - AUTOINSTALL для EGS
* HOTFIX - AUTOINSTALL для EGS
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/functions_helper
View file @
f6764ec4
...
@@ -711,13 +711,18 @@ pw_create_gui_png () {
...
@@ -711,13 +711,18 @@ pw_create_gui_png () {
try_remove_dir
"
${
PORT_WINE_TMP_PATH
}
/tmp_img"
try_remove_dir
"
${
PORT_WINE_TMP_PATH
}
/tmp_img"
create_new_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
}
"
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"
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"
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"
cp
"
$(
ls
-S
-1
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/"
*
".png"
|
head
-n
1
)
"
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
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"
cp
-f
"
${
PORT_WINE_TMP_PATH
}
/tmp_img/
${
PORTPROTON_NAME
}
.png"
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
fi
fi
if
[[
-
x
"
`
which
"convert"
2>/dev/null
`
"
]]
&&
[[
-f
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png
"
]]
&&
\
if
[[
-
z
"
`
file
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
`
"
]]
&&
\
[[
-
z
"
`
file
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
|
grep
"
${
PW_RESIZE_TO
}
x
${
PW_RESIZE_TO
}
"
`
"
]]
;
then
[[
-
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"
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
fi
if
[[
!
-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
}
"
`
"
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/start.sh
View file @
f6764ec4
...
@@ -331,8 +331,8 @@ fi
...
@@ -331,8 +331,8 @@ fi
if
[
!
-z
"
${
portwine_exe
}
"
]
;
then
if
[
!
-z
"
${
portwine_exe
}
"
]
;
then
if
[[
-z
"
${
PW_GUI_DISABLED_CS
}
"
||
"
${
PW_GUI_DISABLED_CS
}
"
==
0
]]
;
then
if
[[
-z
"
${
PW_GUI_DISABLED_CS
}
"
||
"
${
PW_GUI_DISABLED_CS
}
"
==
0
]]
;
then
pw_create_gui_png
pw_create_gui_png
grep
-il
"
${
portwine_exe
}
"
"
${
HOME
}
/.local/share/applications"
/
*
grep
-il
"
${
portwine_exe
}
"
"
${
HOME
}
/.local/share/applications"
/
*
.desktop
if
[[
"
$?
"
==
1
]]
;
then
if
[[
"
$?
"
!=
"0"
]]
;
then
PW_SHORTCUT
=
"CREATE SHORTCUT!!
${
loc_create_shortcut
}
:100"
PW_SHORTCUT
=
"CREATE SHORTCUT!!
${
loc_create_shortcut
}
:100"
else
else
PW_SHORTCUT
=
"DELETE SHORTCUT!!
${
loc_delete_shortcut
}
:98"
PW_SHORTCUT
=
"DELETE SHORTCUT!!
${
loc_delete_shortcut
}
:98"
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/var
View file @
f6764ec4
#!/bin/env bash
#!/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=208
3
#SCRIPTS_NEXT_VERSION=208
4
#PORT_NEXT_VERSION=97
#PORT_NEXT_VERSION=97
########################################################################
########################################################################
export
PW_MANGOHUD
=
1
export
PW_MANGOHUD
=
1
...
...
This diff is collapsed.
Click to expand it.
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