Skip to content

Commit

Permalink
Fixing the frame option type (from string to boolean) and updating el…
Browse files Browse the repository at this point in the history
…ectron to 33.3.1
  • Loading branch information
IsmaelMartinez committed Jan 17, 2025
1 parent c4cfa3e commit 4bc494f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function extractYargConfig(configObject, appVersion) {
frame: {
default: true,
describe: 'Specify false to create a Frameless Window. Default is true',
type: 'string'
type: 'boolean'
},
incomingCallCommand: {
default: null,
Expand Down
8 changes: 8 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.12.6" date="2025-01-17">
<description>
<ul>
<li>Fixing frame option by applying the correct type (boolean instead of string)</li>
<li>Updating electron to 33.3.1 and eslint to 9.18.0</li>
</ul>
</description>
</release>
<release version="1.12.5" date="2024-12-17">
<description>
<ul>
Expand Down
46 changes: 25 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"devDependencies": {
"@electron/fuses": "^1.8.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"http-server": "^14.1.1",
"electron": "^33.3.0",
"electron": "^33.3.1",
"electron-builder": "^25.1.8",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"globals": "^15.14.0"
},
"build": {
Expand Down

0 comments on commit 4bc494f

Please sign in to comment.