4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Moving from npm to yarn and added publishers

This commit is contained in:
Quentin Legot 2022-05-17 13:08:44 +02:00
parent 3ba81f86c7
commit af7a6f881d
5 changed files with 3889 additions and 12300 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ game
out/ out/
.vscode/ .vscode/
*.code-workspace *.code-workspace
.idea .idea

View File

@ -20,5 +20,17 @@ module.exports = {
setupExe: `${pkg.name}-${pkg.version}-win32-x64.exe` setupExe: `${pkg.name}-${pkg.version}-win32-x64.exe`
} }
} }
],
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'AltarikMC',
name: 'Launcher'
},
preRelease: false
}
}
] ]
} }

12299
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@
"devDependencies": { "devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.63", "@electron-forge/cli": "^6.0.0-beta.63",
"@electron-forge/maker-squirrel": "^6.0.0-beta.63", "@electron-forge/maker-squirrel": "^6.0.0-beta.63",
"@electron-forge/publisher-github": "^6.0.0-beta.63",
"electron": "^18.2.3" "electron": "^18.2.3"
}, },
"dependencies": { "dependencies": {

3875
yarn.lock Normal file

File diff suppressed because it is too large Load Diff