Hi Everyone,
Newbie Here
I'm trying to replace an existing config xml file in the applications folder.
I packaged the the new config file to add in the existing folder. I wrote a simple script to run before running the package to remove the existing xml file, but for some reason the exisiting file is not being removed
#!/bin/sh
cd /Applications/Adobe InCopy CC 2015/Plug-Ins/vjoon K4
rm -rf 'K4 Config.xml'
Am I doing this wrong? Thanks in advance!