psgcompiler icon indicating copy to clipboard operation
psgcompiler copied to clipboard

Add Useful Parametr to add files

Open dimmv2 opened this issue 2 years ago • 0 comments

missing " --add-data" parametrs which is very useful for adding external files to python project "

[--add-data SOURCE:DEST] image

easy add :

Lines 210 and 212

                multi_variable_touched[using_variable] += [sg.popup_get_text(f"Value for {using_variable.replace('--', '')}")+str(":")+str(".")] #--add-data="res.png:." 
            else:
                multi_variable_touched[using_variable] = [sg.popup_get_text(f"Value for {using_variable.replace('--', '')}")+str(":")+str(".")]

dimmv2 avatar Oct 08 '23 13:10 dimmv2