spierce7
08/02/2021, 4:50 AM/Applications
folder, it has an issue when trying to copy to the My <http://App.app/Contents/resources|App.app/Contents/resources>
dir.
java.nio.file.FileSystemException: /resources: Read-only file system
Does anyone have a recommendation of where I should be saving these resource files?spierce7
08/02/2021, 4:51 AM"${System.getProperty("user.dir")}/Resources"
as the path.olonho
08/02/2021, 6:02 AM$HOME/Library/MyApp
or unpack file per request in /tmp
. We’ll try to fix it in plugin. cc: @alexey.tsvetkovalexey.tsvetkov
08/02/2021, 6:17 AMolonho
08/02/2021, 7:34 AMspierce7
08/02/2021, 1:21 PM