|
yes it does if you want to add music to your installer
also this line
#define myextension "data.bin" ;; You can edit this to be whatever you want (your script) is fine but if there is more then one .bin file which is common then you need or can change it to
#define myextension ".bin" /* You can edit this to be whatever you want */ (and it will automatically read anything with a.bin extension great when you have selective stuff or optional stuff like language files etc.
ScOOt3r
Last edited by ScOOt3r; 11-07-2022 at 09:07.
|