asynchronousai commited on
Commit
fb40c59
·
verified ·
1 Parent(s): d9557cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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