Rename desktop assets
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 7.4 MiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
@@ -12,7 +12,7 @@ const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
name: 'Colanode',
|
||||
executableName: process.platform === 'linux' ? 'colanode' : 'Colanode',
|
||||
icon: 'assets/colanode_logo_black',
|
||||
icon: 'assets/colanode-logo-black',
|
||||
appBundleId: 'com.colanode.desktop',
|
||||
...(process.platform === 'win32' && {
|
||||
certificateFile: process.env.CERTIFICATE_PATH,
|
||||
@@ -79,7 +79,7 @@ const config: ForgeConfig = {
|
||||
new MakerDMG({
|
||||
name: 'Colanode',
|
||||
appPath: '',
|
||||
icon: 'assets/colanode_logo_black.png',
|
||||
icon: 'assets/colanode-logo-black.png',
|
||||
title: 'Colanode',
|
||||
}),
|
||||
{
|
||||
|
||||
@@ -78,7 +78,7 @@ export const getAssetsSourcePath = (): string => {
|
||||
};
|
||||
|
||||
export const getAppIconPath = (): string => {
|
||||
return path.join(getAssetsSourcePath(), 'colanode_logo_black.png');
|
||||
return path.join(getAssetsSourcePath(), 'colanode-logo-black.png');
|
||||
};
|
||||
|
||||
export const hasInsertChanges = (result: InsertResult[]): boolean => {
|
||||
|
||||