πŸ“ clarify ignoring object files with electron-packager

Note that Electron Packager 8.1.0 ignores object files by default.
This commit is contained in:
Mark Lee 2016-10-10 13:08:36 -04:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 2efb7a12cb
ΠšΠΎΠΌΠΌΠΈΡ‚ a677eb0f95
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 3 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 2 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -135,8 +135,9 @@ electron-osx-sign YourApp.app YourApp.app/Contents/Resources/app/node_modules/na
Also note that native modules may have intermediate files produced which should Also note that native modules may have intermediate files produced which should
not be included (as they would also need to be signed). If you use not be included (as they would also need to be signed). If you use
[electron-packager][electron-packager], add `--ignore=.+\.o$` to build step to [electron-packager][electron-packager] before version 8.1.0, add
ignore these files. `--ignore=.+\.o$` to your build step to ignore these files. Versions 8.1.0 and
later ignores those files by default.
### Upload Your App ### Upload Your App