Skip to content

Commit d831335

Browse files
committed
chore: add chrome_os play store link
1 parent 2f108b7 commit d831335

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/updateNotification.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ export default async function printStuff({github, context, githubWorkspaceRoot})
183183
"phcode.io.DownloadURL": {
184184
"windows_x64": windowsDownloadURL,
185185
"mac_m1": macM1DownloadURL,
186-
"mac_intel": macIntelDownloadURL
186+
"mac_intel": macIntelDownloadURL,
187+
"chrome_os": "https://play.google.com/store/apps/details?id=prod.phcode.twa"
187188
}
188189
};
189190
installJSON = JSON.stringify(installJSON, null, 4);

0 commit comments

Comments
 (0)