This commit is contained in:
alextorreg 2023-01-07 03:42:26 +01:00
parent 5dcfe4eaf7
commit a0a67427b0
8 changed files with 15 additions and 15 deletions

View File

@ -6,4 +6,4 @@
![Screenshot 1](https://i.imgur.com/y3DxtFW.png)
https://github.com/alextorreg/ConceptionLauncher/releases/tag/minecraft
https://github.com/alextorreg/OenaLauncher/releases/tag/minecraft

View File

@ -6,7 +6,7 @@ const logger = require('./loggerutil')('%c[ConfigManager]', 'color: #a02d2a; fon
const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME)
// TODO change
const dataPath = path.join(sysRoot, '.ConceptionLauncher')
const dataPath = path.join(sysRoot, '.OenaLauncher')
// Forked processes do not have access to electron, so we have this workaround.
const launcherDir = process.env.CONFIG_DIRECT_PATH || require('@electron/remote').app.getPath('userData')

View File

@ -50,7 +50,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)
if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/alextorreg/ConceptionLauncher/releases/download/v${info.version}/Conception.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.exe`
info.darwindownload = `https://github.com/alextorreg/ConceptionLauncher/tree/Oena-Launcher/releases/download/v${info.version}/Conception.Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.exe`
showUpdateUI(info)
}

View File

@ -30,7 +30,7 @@
<div class="mediaDivider"></div>
<div id="externalMedia">
<div class="mediaContainer">
<a href="https://github.com/alextorreg/ConceptionLauncher" class="mediaURL" id="linkURL">
<a href="https://github.com/alextorreg/OenaLauncher" class="mediaURL" id="linkURL">
<svg id="linkSVG" class="mediaSVG" viewBox="35.34 34.3575 70.68 68.71500">
<g>
<path d="M75.37,65.51a3.85,3.85,0,0,0-1.73.42,8.22,8.22,0,0,1,.94,3.76A8.36,8.36,0,0,1,66.23,78H46.37a8.35,8.35,0,1,1,0-16.7h9.18a21.51,21.51,0,0,1,6.65-8.72H46.37a17.07,17.07,0,1,0,0,34.15H66.23A17,17,0,0,0,82.77,65.51Z"/>

View File

@ -1,3 +1,3 @@
owner: alextorreg
repo: ConceptionLauncher
repo: Oena Launcher
provider: github

View File

@ -1,5 +1,5 @@
appId: 'ConceptionLauncher'
productName: 'Conception Launcher'
appId: 'Oena Launcher'
productName: 'Oena Launcher'
artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2022 Daniel Scalzi'

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "Coconceptionlauncher",
"name": "Oena Launcher",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "conceptuionlauncher",
"name": "Oena Launcher",
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {

View File

@ -1,13 +1,13 @@
{
"name": "ConceptionRPLauncher",
"version": "1.0.3",
"productName": "Conception Minecraft Launcher",
"name": "Oena Launcher",
"version": "1.0.0",
"productName": "Oena Minecraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "alextorreg (https://github.com/alextorreg/)",
"license": "alextorreg",
"homepage": "https://github.com/alextorreg/ConceptionLauncher",
"homepage": "https://github.com/alextorreg/OenaLauncher",
"bugs": {
"url": "https://github.com/alextorreg/ConceptionLauncher/issues"
"url": "https://github.com/alextorreg/OenaLauncher/issues"
},
"private": true,
"main": "index.js",
@ -48,6 +48,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/alextorreg/ConceptionLauncherLauncher.git"
"url": "git+https://github.com/alextorreg/OenaLauncher.git"
}
}