Issue with files on different drives
Text2Bin on PJX errors out for projects with an attach icon that has a drive letter on its path. Closing #93
This commit is contained in:
@@ -26,7 +26,7 @@ _LegalTrademark = "MIT License"
|
||||
_ProductName = "FOXBIN2PRG"
|
||||
_MajorVer = "1"
|
||||
_MinorVer = "19"
|
||||
_Revision = "77"
|
||||
_Revision = "78"
|
||||
_LanguageID = "1034"
|
||||
_AutoIncrement = "0"
|
||||
*</DevInfo>
|
||||
@@ -113,6 +113,7 @@ ENDWITH
|
||||
WITH loProject
|
||||
*<ProjectProperties>
|
||||
.SetMain(lcCurdir + 'foxbin2prg.prg')
|
||||
|
||||
.Icon = lcCurdir + 'foxbin2prg.ico'
|
||||
.Debug = .T.
|
||||
.Encrypted = .F.
|
||||
|
||||
Reference in New Issue
Block a user