weiluenju
weiluenju
I have the same problem too.
I have same issue and my error message is: > 2018/04/10 16:36:04 open C:\...\d3dcompiler_47.dll: The process cannot access the file because it is being used by another process.
OK, I give up using the AppleScript, I change to use the Launch Agent, but I found if i don't assign the path, the path in plist file will be...
When I use the script write by @gpetrov I get a error message below: ``` ### signing app Found: /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs Helper.app /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs Framework.framework/Versions/A/Resources/app_mode_loader.app /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs Framework.framework/Versions/A/Libraries/libEGL.dylib /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs Framework.framework/Versions/A/Libraries/libswiftshader_libEGL.dylib /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs Framework.framework/Versions/A/Libraries/libGLESv2.dylib /Users/macmini/Desktop/NW.js/OXWU/dist/abc.app/Contents/Versions/69.0.3497.100/nwjs...
Thnaks @Zarel But I still use the previous(0.33.4). The folder structure seems different from your version cause an error in codesign. For example, the "nwjs Framework.framework" full path is "xxx.app/Contents/Versions/69.0.3497.100/nwjs...
Thanks @Zarel I successfully codesign my program. But when I execute my program after codesign, it crash. Unless I remove the "--options runtime" parameter. But without the parameter, notarization will...
Unfortunately I still failed. Even I remove all the nodejs part, just keep one static html file here. Can @Zarel and @tonyofbyteball tell me Which nwjs version do you use?...
Thanks @Zarel , and which builder did you use? nw-builder or nwjs-builder-phoenix? > Looks like I'm using 0.43.6, SDK flavor.
A builder can help you package you nwjs program into a single xxx.app file automatically. http://docs.nwjs.io/en/latest/For%20Users/Package%20and%20Distribute/ > What's a builder? I just used the dist on the website: https://dl.nwjs.io/v0.43.6/nwjs-sdk-v0.43.6-osx-x64.zip