Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Fix path issue on local installation file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed May 2, 2020
1 parent 962bf9e commit 3d19ad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LINE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ if [ "$INSTALL_METHOD" == "LOCAL" ]; then
cd $HOME
POL_SetupWindow_browse "$(eval_gettext "Please select the setup file")" "$TITLE"
SETUP_FILE="$APP_ANSWER"
cd "$WINEPREFIX/drive_c"
cp "$SETUP_FILE" "LineInst.exe"
SETUP_EXE="LineInst.exe"
fi

if [ "$INSTALL_METHOD" == "DOWNLOAD" ]; then
Expand Down

0 comments on commit 3d19ad6

Please sign in to comment.