Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
f959b72c
Unverified
Commit
f959b72c
authored
Jul 01, 2016
by
Lokhin Cheng
Committed by
Jeffrey I. Schiller
Jul 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the slash issue for Windows users
Change-Id: Ie010e3eb2ca7267407681c360d15b750e348f1fd
parent
df951c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/buildserver/src/com/google/appinventor/buildserver/Compiler.java
...rver/src/com/google/appinventor/buildserver/Compiler.java
+1
-1
No files found.
appinventor/buildserver/src/com/google/appinventor/buildserver/Compiler.java
View file @
f959b72c
...
...
@@ -74,7 +74,7 @@ public final class Compiler {
// Copied from SdkLevel.java (which isn't in our class path so we duplicate it here)
private
static
final
String
LEVEL_GINGERBREAD_MR1
=
"10"
;
public
static
final
String
RUNTIME_FILES_DIR
=
SLASH
+
"files"
+
SLASH
;
public
static
final
String
RUNTIME_FILES_DIR
=
"/"
+
"files"
+
"/"
;
// Build info constants. Used for permissions, libraries and assets.
// Must match ComponentProcessor.ARMEABI_V7A_SUFFIX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment