Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
upload and run game proccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and Alex committed Oct 3, 2017
1 parent c6851cd commit 9d1bb4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/server.electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ setTimeout(()=>{



let dapps_path = (app.getAppPath() + _config.dapps_path).split('//').join('/')
// let dapps_path = (app.getAppPath() + _config.dapps_path).split('//').join('/')
let dapps_path = (app.getPath('appData') + _config.dapps_path).split('//').join('/')

const readManifest = function(path){
try {
Expand Down
3 changes: 2 additions & 1 deletion src/server.electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ setTimeout(()=>{



let dapps_path = (app.getAppPath() + _config.dapps_path).split('//').join('/')
// let dapps_path = (app.getAppPath() + _config.dapps_path).split('//').join('/')
let dapps_path = (app.getPath('appData') + _config.dapps_path).split('//').join('/')

const readManifest = function(path){
try {
Expand Down

0 comments on commit 9d1bb4a

Please sign in to comment.