|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "appId": "com.attendance.tool",
- "productName": "Attendance Tool",
- "directories": {
- "output": "dist"
- },
- "files": [
- "**/*",
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
- "!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
- "!**/node_modules/*.d.ts",
- "!**/node_modules/.bin",
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
- "!.editorconfig",
- "!**/._*",
- "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
- "!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
- "!**/{appveyor.yml,.travis.yml,circle.yml}",
- "!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
- ],
- "extraResources": [
- {
- "from": "C:/Users/WIN/AppData/Local/ms-playwright/chromium-1155",
- "to": "ms-playwright/chromium-1155"
- },
- {
- "from": "C:/Users/WIN/AppData/Local/ms-playwright/chromium_headless_shell-1155",
- "to": "ms-playwright/chromium_headless_shell-1155"
- },
- {
- "from": "C:/Users/WIN/AppData/Local/ms-playwright/ffmpeg-1011",
- "to": "ms-playwright/ffmpeg-1011"
- }
- ],
- "win": {
- "target": "portable",
- "icon": "icon.ico",
- "signingHashAlgorithms": null,
- "signAndEditExecutable": false
- },
- "asar": true,
- "forceCodeSigning": false,
- "compression": "maximum"
- }
|