This website works better with JavaScript
Home
Explore
Help
Register
Sign In
amber
/
amber-examples
Watch
2
Star
1
Fork
1
Files
Issues
11
Pull Requests
0
Wiki
Browse Source
Changed path separator to \ in start.bat
Thomas Rake
11 years ago
parent
b5cc875a6a
commit
8196ea4d9b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
start.bat
+ 1
- 1
start.bat
View File
@@ -1 +1 @@
-vendor
/amber/bin/
amber.bat serve %*
+vendor
\amber\bin\
amber.bat serve %*