mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Rename the 'app' folder to 'res', because it can currently contain many apps.
This commit is contained in:
@@ -2,5 +2,5 @@ var path = require('path')
|
||||
|
||||
// Export
|
||||
module.exports.resource = function(target) {
|
||||
return path.resolve(__dirname, '../../app', target)
|
||||
return path.resolve(__dirname, '../../res', target)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user