mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Fix eslint error for map and bump up version
This commit is contained in:
parent
600ff53472
commit
cffa8962a6
@ -41,7 +41,7 @@ function generateArchiveForDirectory(source, destination, fileExtensions) {
|
|||||||
mapMimeType(filtered, source)
|
mapMimeType(filtered, source)
|
||||||
.then((mappedData) => {
|
.then((mappedData) => {
|
||||||
if (mappedData.length > 0) {
|
if (mappedData.length > 0) {
|
||||||
mappedData.map((data) => {
|
mappedData.forEach((data) => {
|
||||||
switch (data.mimeType) {
|
switch (data.mimeType) {
|
||||||
case 'text/plain':
|
case 'text/plain':
|
||||||
if (path.extname(data.file) === '.txt') {
|
if (path.extname(data.file) === '.txt') {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Symphony",
|
"name": "Symphony",
|
||||||
"productName": "Symphony",
|
"productName": "Symphony",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"buildNumber": "124",
|
"buildNumber": "124",
|
||||||
"description": "Symphony desktop app (Foundation ODP)",
|
"description": "Symphony desktop app (Foundation ODP)",
|
||||||
"author": "Symphony",
|
"author": "Symphony",
|
||||||
|
Loading…
Reference in New Issue
Block a user