Skip to content

Commit

Permalink
fix(client/windows): restore product name to "Outline" (#2214)
Browse files Browse the repository at this point in the history
This commit reverts the product name from "outline-client" back to "Outline".

This also fixed the reinstallation issue. Though I'm still not sure about the root cause, it could be that electron-builder failed to handle the '-' character (similar to electron-userland/electron-builder#6488, but not exactly the same).
  • Loading branch information
jyyi1 authored Sep 24, 2024
1 parent e2d987a commit 564e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/electron/electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"productName": "outline-client",
"productName": "Outline",
"artifactName": "Outline-Client.${ext}",
"asarUnpack": [ "client" ],
"directories": {
Expand Down

0 comments on commit 564e858

Please sign in to comment.