Skip to content

Commit 2a492fc

Browse files
committed
Move tns_modules folder inside the app one. Resolves #40.
1 parent af6e0d2 commit 2a492fc

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

src/src/com/tns/Require.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void init(Context context)
3434

3535
ApplicationFilesPath = context.getApplicationContext().getFilesDir().getPath();
3636
ModulesFilesPath = "/app/";
37-
NativeScriptModulesFilesPath = "/tns_modules/";
37+
NativeScriptModulesFilesPath = "/app/tns_modules/";
3838

3939
initialized = true;
4040
}

0 commit comments

Comments
 (0)