Skip to content

Commit

Permalink
Fix notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 23, 2024
1 parent 2b3845f commit f521355
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This document is the authoritative source for TurboWarp's changelogs. Everything

Prefix notes with "Windows:", "macOS:", or "Linux:" as needed. Do not use **formatting** or [links](https://desktop.turbowarp.org/).

# 1.10.0-beta.2 (2024-01-22)
# 1.10.0-beta.3 (2024-01-22)

- Support for Windows 7, 8, and 8.1 has been re-added. We now offer two builds for Windows: one for Windows 10 and later, and one 'Legacy' build for Windows 7 and later. We'll keep the legacy build around as long as it is not an unreasonable maintenance burden
- A similar approach will be used to maintain support for macOS 10.13 and macOS 10.14 in 1.11
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "1.10.0-beta.2",
"version": "1.10.0-beta.3",
"date": "2024-1-22",
"notes": [
"Support for Windows 7, 8, and 8.1 has been re-added. We now offer two builds for Windows: one for Windows 10 and later, and one 'Legacy' build for Windows 7 and later. We'll keep the legacy build around as long as it is not an unreasonable maintenance burden",
Expand Down
2 changes: 1 addition & 1 deletion linux-files/org.turbowarp.TurboWarp.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</content_rating>
<!-- Do not directly edit releases here! This section is generated by scripts/generate-changelogs.js -->
<releases>
<release version="1.10.0-beta.2" date="2024-1-22">
<release version="1.10.0-beta.3" date="2024-1-22">
<description>
<ul>
<li>Support for Windows 7, 8, and 8.1 has been re-added. We now offer two builds for Windows: one for Windows 10 and later, and one 'Legacy' build for Windows 7 and later. We'll keep the legacy build around as long as it is not an unreasonable maintenance burden</li>
Expand Down
1 change: 1 addition & 0 deletions release-automation/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const builder = require('electron-builder');
const electronNotarize = require('@electron/notarize');
const electronGet = require('@electron/get');
const AdmZip = require('adm-zip');
const packageJSON = require('../package.json');

const {Platform, Arch} = builder;

Expand Down

0 comments on commit f521355

Please sign in to comment.