I tried entering "wine" in "Commandline" settings.
With the following argument ".wine/drive_c/Program\ Files/PureBasic/Compilers/pbcompiler.exe %FILE %PATH/something.exe"
Event to trigger: After create Ececutable"
But this doesnt work

Code: Select all
#!/usr/bin/env bash
cd /home/kgb/purecode
wine /home/kgb/.wine/drive_c/Program\ Files/PureBasic/Compilers/pbcompiler.exe $1 -e $2
hmm i'll tryRook Zimbabwe wrote:Not an expert on WINE or PB tols but could it be a SLASHwar??? Specifically the "\" and "/" may not be completely supported in PB for windows???