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:
parent
3ba81f86c7
commit
af7a6f881d
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ game
|
||||
out/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
.idea
|
||||
.idea
|
||||
|
@ -20,5 +20,17 @@ module.exports = {
|
||||
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
12299
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,7 @@
|
||||
"devDependencies": {
|
||||
"@electron-forge/cli": "^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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user