Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def compile(cs):
|
|
25 |
# Run command
|
26 |
try:
|
27 |
result = subprocess.run(
|
28 |
-
['dotnet', 'run']
|
29 |
capture_output=True,
|
30 |
text=True,
|
31 |
check=True
|
|
|
25 |
# Run command
|
26 |
try:
|
27 |
result = subprocess.run(
|
28 |
+
['dotnet', 'run', '--project roblox-cs-master/RobloxCS.CLI/RobloxCS.CLI.csproj']
|
29 |
capture_output=True,
|
30 |
text=True,
|
31 |
check=True
|