Skip to content

Commit

Permalink
remove dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
leibnizli committed Jan 11, 2024
1 parent 6bd4aa3 commit 7471914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18.17.1
- name: install dependencies
run: npm install && npm install appdmg
run: npm install
- name: build
run: npm run build
- name: publish
Expand Down
7 changes: 0 additions & 7 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ module.exports = {
name: '@electron-forge/maker-zip',
platforms: ['darwin', 'linux', 'win32'],
},
{
name: '@electron-forge/maker-dmg',
config: {
icon: './src/images/icon.icns',
format: 'ULFO'
}
},
{
name: '@electron-forge/maker-deb',
config: {},
Expand Down

0 comments on commit 7471914

Please sign in to comment.