Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit ec37575

Browse files
committed
Fixing Windows issue
1 parent 1c3633f commit ec37575

26 files changed

Lines changed: 26 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = function(grunt) {
7474
iconUrl: 'https://raw.githubusercontent.com/mchristopher/PokemonGo-DesktopMap/master/pokemon.ico',
7575
loadingGif: path.join(path.resolve(), 'installing.gif'),
7676
productName: 'Pokemon GO Live Map',
77-
remoteReleases: 'https://github.com/mchristopher/PokemonGo-DesktopMap/releases/download/v0.3.1'
77+
remoteReleases: 'https://github.com/mchristopher/PokemonGo-DesktopMap/releases/download/v0.4.0'
7878
}
7979
},
8080
'electron': {

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Mike Christopher",
55
"repository": "https://github.com/mchristopher/PokemonGo-DesktopMap",
66
"license": "MIT",
7-
"version" : "0.4.0",
7+
"version" : "0.4.1",
88
"main": "main.js",
99
"scripts": {
1010
"start": "electron ."
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'Generated'; import os; import sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))

0 commit comments

Comments
 (0)