Skip to content

Commit f713ecd

Browse files
authored
Merge pull request #3 from alexpinel/alexpinel-patch-1
Alexpinel patch 1
2 parents 7bee9b6 + 0540f88 commit f713ecd

File tree

57 files changed

+22984
-7437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+22984
-7437
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 92 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "Bluepoint-Dot-added-improvements",
5+
"path": "."
6+
},
7+
{
8+
"name": "src",
9+
"path": "../../Library/Mobile Documents/com~apple~CloudDocs/.Trash/src"
10+
}
11+
],
12+
"settings": {}
13+
}

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

dax_cpp.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

forge.config.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
const path = require('path');
2+
const fs = require('fs');
3+
const ncp = require('ncp').ncp;
4+
15
module.exports = {
26
packagerConfig: {
7+
icon: "./src/Assets/icon.icns",
38
asar: true,
9+
name: "dot",
410
},
511
rebuildConfig: {},
612
makers: [
@@ -9,8 +15,10 @@ module.exports = {
915
config: {},
1016
},
1117
{
12-
name: '@electron-forge/maker-zip',
13-
platforms: ['darwin'],
18+
name: '@electron-forge/maker-dmg',
19+
config: {
20+
name: 'dot', // Replace with your app name
21+
},
1422
},
1523
{
1624
name: '@electron-forge/maker-deb',
@@ -27,4 +35,4 @@ module.exports = {
2735
config: {},
2836
},
2937
],
30-
};
38+
};

0 commit comments

Comments
 (0)