Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update domain -> projectmegapack
Browse files Browse the repository at this point in the history
  • Loading branch information
GewoonJaap committed Feb 3, 2021
1 parent f995208 commit ced8f5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs2020-livery-manager",
"productName": "Liveries Mega Pack Manager",
"version": "0.4.2",
"version": "0.4.3",
"description": "A simple, extensible livery manager for Microsoft Flight Simulator",
"license": "SEE LICENSE IN LICENSE.md",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/data/Constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"appName": "fs2020-livery-manager",
"urls": {
"managerRepo": "https://github.com/MSFS-Mega-Pack/MSFS2020-livery-manager",
"apiEndpoint": "https://api.liveriesmegapack.com",
"apiEndpoint": "https://api.projectmegapack.com",
"devApiEndpoint": "http://localhost:2678",
"cdnEndpoint": "https://manager-cdn.liveriesmegapack.com",
"cdnEndpoint": "https://manager-cdn.projectmegapack.com",
"sentryDSN": "https://[email protected]/5431856"
},
"dirs": {
Expand Down
2 changes: 1 addition & 1 deletion updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const request = require('request');
// The current version of your app.
const APP_VERSION = require('./package.json').version;
const APP_NAME = require('./package.json').name;
let UPDATE_URL = `https://api.liveriesmegapack.com/v1/get/update`;
let UPDATE_URL = `https://api.projectmegapack.com/v1/get/update`;

async function checkForUpdates(window) {
let json;
Expand Down

0 comments on commit ced8f5a

Please sign in to comment.