Skip to content

Commit

Permalink
Update startForDemo.sh
Browse files Browse the repository at this point in the history
Start .exe and not .dll for Windows.
  • Loading branch information
aorzelskiGH authored Nov 1, 2020
1 parent 31ca958 commit 3446992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxServerWindows/startForDemo.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
mono AasxServerWindows.dll --rest --no-security --data-path ./aasxs --host 0.0.0.0
mono AasxServerWindows.exe --rest --no-security --data-path ./aasxs --host 0.0.0.0

0 comments on commit 3446992

Please sign in to comment.