Selaa lähdekoodia

运行路径改成相对路径

tanghai 8 vuotta sitten
vanhempi
commit
6b4200e1bc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Server/App/Properties/launchSettings.json

+ 1 - 1
Server/App/Properties/launchSettings.json

@@ -2,7 +2,7 @@
   "profiles": {
     "Server.App": {
       "commandName": "Project",
-      "workingDirectory": "D:\\Source\\Egametang\\netcoreapp2.0"
+      "workingDirectory": "../../netcoreapp2.0"
     }
   }
 }