dedmen / ArmaScriptCompiler

GNU General Public License v3.0
26 stars 12 forks source link

Output path doesn't use relative names #13

Closed dedmen closed 7 months ago

dedmen commented 3 years ago

Situation inputdir "C:/Users/testuser/Desktop/a3/Functions_F/" OutputDir "C:/Users/testuser/Desktop/a3/Functions_F/"

result file C:/Users/testuser/Desktop/a3/Functions_F/User/testuser/Desktop/a3/Functions_F/initFunctions.sqf Expected result file C:/Users/testuser/Desktop/a3/Functions_F/initFunctions.sqf

dedmen commented 7 months ago

outputPath uses pathRelative, which was broken exactly like this Ref #28 #8 Both fixed in 2c24486