esoftplay 0.0.134-a → 0.0.134-c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -931,8 +931,8 @@ function build() {
|
|
|
931
931
|
let ext = fileName.split(".")
|
|
932
932
|
ext.shift()
|
|
933
933
|
const appname = ajson.expo.name + "-" + Named + "-" + getTime()
|
|
934
|
-
command("APPNAME=" + appname)
|
|
935
934
|
fs.renameSync('./' + fileName, './' + appname + "." + ext.join("."))
|
|
935
|
+
command(`export APPNAME="${appname}"`)
|
|
936
936
|
});
|
|
937
937
|
});
|
|
938
938
|
let tmId = "-1001429450501"
|