Merge pull request #1 from shahabsafaei/patch-1
Update PhotoshopSetup.sh
This commit is contained in:
commit
d7a6db838e
|
@ -168,7 +168,7 @@ function replacement(){
|
||||||
tar -xzf $filepath -C "$RESOURCES_PATH/replacement"
|
tar -xzf $filepath -C "$RESOURCES_PATH/replacement"
|
||||||
|
|
||||||
local replacefiles=("IconResources.idx" "PSIconsHighRes.dat" "PSIconsLowRes.dat")
|
local replacefiles=("IconResources.idx" "PSIconsHighRes.dat" "PSIconsLowRes.dat")
|
||||||
local destpath="$WINE_PREFIX/drive_c/users/victor/PhotoshopSE/Resources"
|
local destpath="$WINE_PREFIX/drive_c/users/$USER/PhotoshopSE/Resources"
|
||||||
|
|
||||||
for f in "${replacefiles[@]}";do
|
for f in "${replacefiles[@]}";do
|
||||||
local sourcepath="$RESOURCES_PATH/replacement/$f"
|
local sourcepath="$RESOURCES_PATH/replacement/$f"
|
||||||
|
|
Loading…
Reference in New Issue