Skip to content

Commit

Permalink
Merge pull request #3 from alexpinel/alexpinel-patch-1
Browse files Browse the repository at this point in the history
Alexpinel patch 1
  • Loading branch information
alexpinel authored Dec 20, 2023
2 parents 7bee9b6 + 0540f88 commit f713ecd
Show file tree
Hide file tree
Showing 57 changed files with 22,984 additions and 7,437 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

92 changes: 0 additions & 92 deletions .gitignore

This file was deleted.

13 changes: 13 additions & 0 deletions Bluepoint-Dot-added-improvements.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"name": "Bluepoint-Dot-added-improvements",
"path": "."
},
{
"name": "src",
"path": "../../Library/Mobile Documents/com~apple~CloudDocs/.Trash/src"
}
],
"settings": {}
}
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

140 changes: 0 additions & 140 deletions dax_cpp.py

This file was deleted.

14 changes: 11 additions & 3 deletions forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
const path = require('path');
const fs = require('fs');
const ncp = require('ncp').ncp;

module.exports = {
packagerConfig: {
icon: "./src/Assets/icon.icns",
asar: true,
name: "dot",
},
rebuildConfig: {},
makers: [
Expand All @@ -9,8 +15,10 @@ module.exports = {
config: {},
},
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
name: '@electron-forge/maker-dmg',
config: {
name: 'dot', // Replace with your app name
},
},
{
name: '@electron-forge/maker-deb',
Expand All @@ -27,4 +35,4 @@ module.exports = {
config: {},
},
],
};
};
Loading

0 comments on commit f713ecd

Please sign in to comment.