Hi,
I have a portable Windows app and I would like to know if can I place it anywhere on my Linux system, for example /home/castle/Applications, instead of /home/castle/.wine/drive_c/? Is placing the app inside .wine/drive_c/ a best practice?
Thanks,
Castle
Can I place my portable Windows app outside of .wine/drive_c?
Re: Can I place my portable Windows app outside of .wine/drive_c?
Theoretically yes because / is mapped as the drive Z: in Wine. Try to access the game through Z:\home\castle\Applications\...
That depends on the case, if you go through an official installer it might be better. If you want something shared between multiple Wine prefixes, your solution would be better.Is placing the app inside .wine/drive_c/ a best practice?
Re: Can I place my portable Windows app outside of .wine/drive_c?
Thanks.
I asked this question because I see my self deleting .wine/drive_c very often. So, if I put my app inside .wine/drive_c, I may one day delete it by mistake.
I asked this question because I see my self deleting .wine/drive_c very often. So, if I put my app inside .wine/drive_c, I may one day delete it by mistake.
Re: Can I place my portable Windows app outside of .wine/drive_c?
That makes sense to me!