soiz1 commited on
Commit
93177b8
·
verified ·
1 Parent(s): 6cfaebb

Update src/lib/tw-packager-integration-hoc.jsx

Browse files
src/lib/tw-packager-integration-hoc.jsx CHANGED
@@ -52,7 +52,7 @@ const PackagerIntegrationHOC = function (WrappedComponent) {
52
 
53
  this.props.vm.saveProjectSb3('arraybuffer')
54
  .then(buffer => {
55
- const name = `${this.props.reduxProjectTitle}.pmp`;
56
  e.source.postMessage({
57
  p4: {
58
  type: 'finish-import',
 
52
 
53
  this.props.vm.saveProjectSb3('arraybuffer')
54
  .then(buffer => {
55
+ const name = `${this.props.reduxProjectTitle}.s4s.txt`;
56
  e.source.postMessage({
57
  p4: {
58
  type: 'finish-import',