Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
2bc63121
Commit
2bc63121
authored
Aug 05, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-drop-basename' into devel
parents
8f484a76
1e463f7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
start.sh
data_from_portwine/scripts/start.sh
+2
-1
No files found.
data_from_portwine/scripts/start.sh
View file @
2bc63121
...
...
@@ -673,9 +673,10 @@ else
fi
PW_ICON_PATH
=
"
$(
grep
Icon
"
${
PORT_WINE_PATH
}
/
${
PW_DESKTOP_FILES
}
"
|
awk
-F
=
'{print $2}'
)
"
PW_NAME_D_ICON_48
=
"
${
PW_ICON_PATH
%.png
}
_48"
PW_NAME_D_ICON_128
=
"
${
PW_ICON_PATH
%.png
}
"
if
[[
-f
"
${
PW_NAME_D_ICON
}
"
]]
;
then
resize_png
"
${
PW_NAME_D_ICON
}
"
"
${
PW_NAME_D_ICON_48
//
"
${
PORT_WINE_PATH
}
/data/img/"
/
}
"
"48"
resize_png
"
${
PW_NAME_D_ICON
}
"
"
$
(
basename
"
$PW_ICON_PATH
"
.png
)
"
"128"
resize_png
"
${
PW_NAME_D_ICON
}
"
"
$
{
PW_NAME_D_ICON_128
//
"
${
PORT_WINE_PATH
}
/data/img/"
/
}
"
"128"
fi
PW_GENERATE_BUTTONS+
=
"--field=
${
PW_DESKTOP_FILES
//
".desktop"
/
""
}
!
${
PW_NAME_D_ICON_48
}
.png!:FBTN%@bash -c
\"
run_desktop_b_click "
${
PW_DESKTOP_FILES
// /@_@
}
"
\"
%"
done
...
...
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