Skip to content

Commit

Permalink
V2.0.1
Browse files Browse the repository at this point in the history
Small Changes
  • Loading branch information
XXdaugonXX committed Jan 4, 2022
1 parent a5fe7f3 commit 8c6c58f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){
*/
function populateReleaseNotes(){
$.ajax({
url: 'https://github.com/dscalzi/ZayvielLauncher/releases.atom',
url: 'https://github.com/XXdaugonXX/ZayvielLauncher/releases.atom',
success: (data) => {
const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry')
Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/scripts/uicore.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('New update available', info.version)

if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/dscalzi/ZayvielLauncher/releases/download/v${info.version}/zayviellauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg`
info.darwindownload = `https://github.com/XXdaugonXX/ZayvielLauncher/releases/download/v${info.version}/zayviellauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg`
showUpdateUI(info)
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "zayviellauncher",
"version": "2.0.0",
"version": "2.0.1",
"productName": "Zayviel Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"author": "XXdaugonXX (https://github.com/XXdaugonXX/)",
"license": "UNLICENSED",
"homepage": "https://github.com/XXdaugonXX/ZayvielLauncher",
"bugs": {
Expand Down

0 comments on commit 8c6c58f

Please sign in to comment.