mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Project organisation Part 1
This commit is contained in:
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -11,8 +11,8 @@ if(os == 'darwin') {
|
||||
createDMG({
|
||||
appPath: "./out/PreMiD-darwin-x64/PreMiD.app",
|
||||
name: "PreMiD",
|
||||
background: "./dmg-background.png",
|
||||
icon: "./appIcon.icns",
|
||||
background: "./installer_assets/dmg-background.png",
|
||||
icon: "./installer_assets/appIcon.icns",
|
||||
contents: [
|
||||
{ x: 500, y: 250, type: 'link', path: '/Applications'},
|
||||
{ x: 175, y: 250, type: 'file', path: path.join(__dirname, './out/PreMiD-darwin-x64/PreMiD.app')}
|
||||
@@ -31,7 +31,7 @@ if(os == 'darwin') {
|
||||
appDirectory: './out/PreMiD-win32-x64',
|
||||
outputDirectory: './dist/installer/',
|
||||
exe: './PreMiD.exe',
|
||||
iconUrl: 'https://raw.githubusercontent.com/Timeraa/PreMiD/master/appIcon.ico',
|
||||
iconUrl: 'https://raw.githubusercontent.com/Timeraa/PreMiD/master/installer_assets/appIcon.ico',
|
||||
noMsi: true
|
||||
});
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
@@ -2,17 +2,16 @@
|
||||
"name": "premid",
|
||||
"productName": "PreMiD",
|
||||
"version": "1.2.0",
|
||||
"description": "PreMiD adds cool Features to YouTube/YouTube Music. Like for example Discord Rich Presence integration, Media controls and much more.",
|
||||
"description": "Discord Rich Presence, Media Controls... for websites.",
|
||||
"main": "index.js",
|
||||
"repository": "Timeraa/PreMiD",
|
||||
"repository": "https://github.com/Timeraa/PreMiD",
|
||||
"scripts": {
|
||||
"start": "electron src/.",
|
||||
"pkgmac": "electron-packager ./src/ --out=./out/ --asar --overwrite --icon=./appIcon.ico --osx-sign.identity='Florian Metz'",
|
||||
"pkgwin": "electron-packager ./src/ --out=./out/ --overwrite --icon=./appIcon.ico",
|
||||
"pkgmac": "electron-packager ./src/ --out=./out/ --asar --overwrite --icon=./installer_assets/appIcon.ico --osx-sign.identity='Florian Metz'",
|
||||
"pkgwin": "electron-packager ./src/ --out=./out/ --overwrite --icon=./installer_assets/appIcon.ico",
|
||||
"installer-mac": "npm run pkgmac && node installer",
|
||||
"installer-win": "npm run pkgwin && node installer"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Timeraa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
{
|
||||
"name": "premid",
|
||||
"productName": "PreMiD",
|
||||
"productVersion": "1.2",
|
||||
"name": "premid",
|
||||
"version": "1.2.0",
|
||||
"description": "PreMiD adds cool Features to YouTube/YouTube Music. Like for example Discord Rich Presence integration, Media controls and much more.",
|
||||
"main": "index.js",
|
||||
"repository": "Timeraa/PreMiD",
|
||||
"keywords": [],
|
||||
"author": "Timeraa",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user