Skip to content

Commit 6df06fc

Browse files
Consistently capitalize Swach
1 parent 72b4108 commit 6df06fc

File tree

3 files changed

+115
-132
lines changed

3 files changed

+115
-132
lines changed

forge.config.ts

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { MakerDeb } from '@electron-forge/maker-deb';
22
import { MakerDMG } from '@electron-forge/maker-dmg';
3-
import { MakerSnap } from '@electron-forge/maker-snap';
43
// import { MakerSquirrel } from '@electron-forge/maker-squirrel';
54
import { MakerZIP } from '@electron-forge/maker-zip';
65
import { FusesPlugin } from '@electron-forge/plugin-fuses';
@@ -75,53 +74,7 @@ const config: ForgeConfig = {
7574
icon: 'electron-app/resources/dmg.icns',
7675
};
7776
}, ['darwin']),
78-
new MakerSnap(
79-
{
80-
executableName: 'Swach',
81-
base: 'core22',
82-
icon: 'electron-app/resources/icon.png',
83-
confinement: 'strict',
84-
description: 'A robust color management tool for the modern age.',
85-
summary: 'A robust color management tool for the modern age.',
86-
grade: 'stable',
87-
title: 'Swach',
88-
contact: 'swach@shipshape.io',
89-
donation: 'https://buymeacoffee.com/shipshape',
90-
license: 'MIT',
91-
website: 'https://swach.io',
92-
issues: 'https://github.com/shipshapecode/swach/issues',
93-
'source-code': 'https://github.com/shipshapecode/swach',
94-
layout: {
95-
'/usr/lib/x86_64-linux-gnu/imlib2': {
96-
bind: '$SNAP/usr/lib/x86_64-linux-gnu/imlib2',
97-
},
98-
'/usr/lib/aarch64-linux-gnu/imlib2': {
99-
bind: '$SNAP/usr/lib/aarch64-linux-gnu/imlib2',
100-
},
101-
},
102-
appConfig: {
103-
extensions: ['gnome'],
104-
},
105-
// parts: {
106-
// setup: {
107-
// plugin: 'nil',
108-
// 'stage-packages': [
109-
// 'giblib1',
110-
// 'libimlib2',
111-
// 'libx11-6',
112-
// 'libxcursor1',
113-
// 'libxfixes3',
114-
// 'scrot',
115-
// ],
116-
// },
117-
// swach: {
118-
// 'source-type': 'local',
119-
// },
120-
// },
121-
type: 'app',
122-
},
123-
['linux']
124-
),
77+
12578
// new MakerSquirrel({
12679
// name: 'Swach',
12780
// certificateFile: process.env['WINDOWS_PFX_FILE'],

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "swach",
2+
"name": "Swach",
33
"version": "2.0.38",
44
"private": true,
55
"description": "A robust color management tool for the modern age.",
@@ -102,13 +102,11 @@
102102
"@electron-forge/core": "^7.10.2",
103103
"@electron-forge/maker-deb": "^7.10.2",
104104
"@electron-forge/maker-dmg": "^7.10.2",
105-
"@electron-forge/maker-snap": "^7.10.2",
106105
"@electron-forge/maker-squirrel": "^7.10.2",
107106
"@electron-forge/maker-zip": "^7.10.2",
108107
"@electron-forge/plugin-auto-unpack-natives": "^7.10.2",
109108
"@electron-forge/plugin-fuses": "^7.10.2",
110109
"@electron-forge/plugin-vite": "^7.10.2",
111-
"@electron-forge/publisher-snapcraft": "^7.10.2",
112110
"@electron/fuses": "^2.0.0",
113111
"@ember/app-tsconfig": "^1.0.3",
114112
"@ember/optional-features": "^2.2.0",

0 commit comments

Comments
 (0)