Skip to content

Commit

Permalink
Update builtin windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Nov 9, 2024
1 parent a6ab675 commit f4f67c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gen_pfx.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$cert = New-SelfSignedCertificate -DnsName broken-by.me -Type CodeSigning -CertStoreLocation Cert:\CurrentUser\My

$CertPassword = ConvertTo-SecureString -String 123456 -Force -AsPlainText

Export-PfxCertificate -Cert "cert:\CurrentUser\My\$($cert.Thumbprint)" -FilePath "jpackage/cert/win-cert.pfx" -Password $CertPassword
Binary file modified src/main/resources/pmedit/pdf-metadata-edit.png
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 f4f67c7

Please sign in to comment.