Skip to content

Commit

Permalink
Add loading gif and revise appx manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 3, 2024
1 parent 8bdace3 commit afd9712
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const config: ForgeConfig = {
asar: {
unpack: "**/node_modules/{ffmpeg-static,ffprobe-static}/**",
},
win32metadata: {
CompanyName: 'Jerome Thayananthajothy',
OriginalFilename: 'Comet',
},
},
rebuildConfig: {},
makers: [
Expand All @@ -42,8 +46,10 @@ const config: ForgeConfig = {
name: productName,
authors: author.name,
exe: `${productName}.exe`,
iconUrl: 'https://raw.githubusercontent.com/stellar-comet/comet/main/src/assets/images/icons/icon.ico',
loadingGif: 'src/assets/images/loading.gif',
noMsi: true,
setupExe: `${name}-${version}-win32-${arch}-setup.exe`,
setupExe: `${name}-${version}-${arch}-setup.exe`,
setupIcon: path.resolve(iconDir, 'setup-icon.ico'),
certificateFile: path.resolve(__dirname, 'tools/certs/dev-cert.pfx'),
certificatePassword: process.env.CERT_PASSWORD,
Expand All @@ -56,8 +62,9 @@ const config: ForgeConfig = {
packageName: 'JeromeThayananthajothy.CometApp',
packageDisplayName: productName,
packageDescription: description,
packageVersion: `${version}.1`,
packageVersion: `${version}.0`,
publisher: 'CN=E0D72A6F-3D67-49D6-9EA4-99FAFB4620E5',
publisherDisplayName: 'Jerome Thayananthajothy',
devCert: path.resolve(__dirname, 'tools/certs/dev-cert.pfx'),
certPass: process.env.CERT_PASSWORD,
windowsKit: process.env.WINDOWS_KIT_PATH,
Expand Down
Binary file added src/assets/images/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afd9712

Please sign in to comment.