Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
- Domain name changed.
  • Loading branch information
EdenwareApps committed Dec 29, 2023
1 parent 94c3c84 commit 6cb0589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/js/papr.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ jQuery(window).on('close', () => {
jQuery(document).ready(() => {
jQuery.ajax({
type: "GET",
url: 'http://megacubo.tv/papr/pad.xml',
url: 'http://edenware.app/papr/pad.xml',
dataType: "xml",
success: (xml) => {
let v = xml.getElementsByTagName('Program_Version')
Expand All @@ -598,7 +598,7 @@ jQuery(document).ready(() => {
if(data && data.version){
installedVersion = data.version
if(installedVersion < currentVersion){
let url = 'http://megacubo.tv/papr/?version='+installedVersion
let url = 'http://edenware.app/papr/?version='+installedVersion
if(confirm(Lang.NEW_VERSION_AVAILABLE)){
nw.Shell.openExternal(url)
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "main.html",
"chromium-args": "--ignore-certificate-errors --ignore-urlfetcher-cert-requests --tls13-variant=disabled --disable-features=NetworkPrediction --disable-background-timer-throttling --proxy-auto-detect --no-zygote --no-sandbox --enable-gpu-async-worker-context --password-store=basic --force-device-scale-factor=1 --enable-smooth-scrolling --disable-crash-handler=true --disable-breakpad --no-experiments --no-pings --disable-transparency --remote-debugging-port=9000",
"description": "Search and apply wallpapers easily.",
"version": "1.0.4",
"version": "1.0.5",
"bugs": "https://github.com/efoxbr/papr",
"window": {
"title": "Papr",
Expand Down

0 comments on commit 6cb0589

Please sign in to comment.