Skip to content

Commit

Permalink
Updated forge config
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Aug 13, 2022
1 parent abeffe6 commit 0e6f057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion assets/icons/icon.svg

This file was deleted.

10 changes: 1 addition & 9 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ const { version } = require('./package.json');

const iconDir = path.resolve(__dirname, 'assets', 'icons');

const commonLinuxConfig = {
icon: {
scalable: path.resolve(iconDir, 'icon.svg'),
},
};

const config = {
packagerConfig: {
name: 'ezy',
Expand All @@ -24,7 +18,7 @@ const config = {
name: 'ezy',
exe: 'ezy.exe',
noMsi: true,
// iconUrl: 'https://raw.githubusercontent.com/getezy/ezy/ /assets/icons/ezy.ico',
iconUrl: 'https://raw.githubusercontent.com/getezy/ezy/master/assets/icons/icon.ico',
setupIcon: path.resolve(iconDir, 'icon.ico'),
setupExe: `ezy-${version}-win32-${arch}-setup.exe`,
}),
Expand All @@ -36,12 +30,10 @@ const config = {
{
name: '@electron-forge/maker-deb',
platforms: ['linux'],
config: commonLinuxConfig,
},
{
name: '@electron-forge/maker-rpm',
platforms: ['linux'],
config: commonLinuxConfig,
},
],
plugins: [
Expand Down

0 comments on commit 0e6f057

Please sign in to comment.