I've been searching around but have not been able to find an answer.
How do I package my electron app with the --asar option but allow certain sub-directories to be seen ? For example my app will use a sub-directory called data so users can copy textfiles to it for processing. I did see something call unpack but it wasn't very clear how to use it.
thanks in advance,
Don