Skip to content

Commit

Permalink
Updated preview and svg
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Aug 13, 2022
1 parent 0e6f057 commit 47d2127
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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 Down Expand Up @@ -30,10 +36,12 @@ 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 47d2127

Please sign in to comment.