Skip to content

Commit

Permalink
Another package test.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercordero committed Aug 1, 2017
1 parent 882bbf3 commit 17faed9
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"url": "https://github.com/ImaginarySense/Teleprompter-Core/issues"
},
"main": "main.js",
"dependencies": {},
"dependencies": {
"7zip-bin": "^2.1.0"
},
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.18.1",
Expand Down Expand Up @@ -76,10 +78,7 @@
},
"win": {
"icon": "build/icon.ico",
"target": "squirrel",
"dependencies": {
"7zip-bin-win": "^2.1.0"
}
"target": "squirrel"
},
"dmg": {
"title": "Teleprompter by Imaginary Sense - ${version}",
Expand All @@ -103,10 +102,7 @@
"target": "dmg",
"icon": "build/icon.icns",
"category": "public.app-category.video",
"type": "distribution",
"dependencies": {
"7zip-bin-mac": "^1.0.1"
}
"type": "distribution"
},
"deb": {
"icon": "build/icon.icns"
Expand All @@ -125,10 +121,7 @@
"maintainer": "Javier O. Cordero Perez <javier@imaginary.tech> (http://javiercordero.info)",
"description": "Professional grade, free software teleprompter. Built with web technologies so anyone can customize it. Features include: mirroring, dual-screen support, rich text editing, image support, custom styles, tablet mode, webcam mode, auto-save and accelerated graphics.",
"category": "AudioVideo;Video;Sequencer",
"packageCategory": "Video",
"dependencies": {
"7zip-bin-linux": "^1.1.0"
}
"packageCategory": "Video"
},
"compression": "maximum"
}
Expand Down

0 comments on commit 17faed9

Please sign in to comment.