File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ sed "s/{MODID}/${MOD_ID}/g" "${TEMPLATE_ROOT}/${ENGINE_DIRECTORY}/packaging/linu
121
121
chmod 0755 " ${APPDIR} /AppRun"
122
122
123
123
if [ -n " ${PACKAGING_DISCORD_APPID} " ]; then
124
- sed " s/{DISCORDAPPID}/${PACKAGING_DISCORD_APPID} /g" " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra.desktop.discord.in" > temp.desktop
125
- sed " s/{DISCORDAPPID}/${PACKAGING_DISCORD_APPID} /g" " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra-mimeinfo.xml.discord.in" > temp.xml
124
+ sed " s/{DISCORDAPPID}/${PACKAGING_DISCORD_APPID} /g" " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra.desktop.discord.in" > temp.desktop.in
125
+ sed " s/{DISCORDAPPID}/${PACKAGING_DISCORD_APPID} /g" " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra-mimeinfo.xml.discord.in" > temp.xml.in
126
126
else
127
127
cp " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra.desktop.in" temp.desktop.in
128
128
cp " ${TEMPLATE_ROOT} /${ENGINE_DIRECTORY} /packaging/linux/openra-mimeinfo.xml.in" temp.xml.in
You can’t perform that action at this time.
0 commit comments