Skip to content

Commit

Permalink
Release version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jason53415 committed Nov 9, 2021
1 parent 6868628 commit 701e14c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# PAIA Desktop

PAIA Desktop is a visual programming editor based on Blockly, and built on Electron. We designed it to make everyone can easily build AI to play games.
PAIA Desktop is a visual programming editor based on [Blockly](https://github.com/google/blockly), and built on [Electron](https://github.com/electron/electron). We designed it to make everyone can easily build AI to play games.

## Downloads

Pre-built installers of latest release can be downloaded from the links below.

#### Windows 64-bit

[![](https://img.shields.io/badge/EXE%20Installer-v1.2.6-red)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-1.2.6.Setup.exe) [![](https://img.shields.io/badge/ZIP%20Portable-v1.2.6-red)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-win32-x64-1.2.6.zip)
[![](https://img.shields.io/badge/EXE%20Installer-v1.2.7-red)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-1.2.7.Setup.exe) [![](https://img.shields.io/badge/ZIP%20Portable-v1.2.7-red)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-win32-x64-1.2.7.zip)
#### macOS 64-bit

[![](https://img.shields.io/badge/DMG%20Installer-v1.2.6-blue)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-1.2.6.dmg) [![](https://img.shields.io/badge/ZIP%20Portable-v1.2.6-blue)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-darwin-x64-1.2.6.zip)
[![](https://img.shields.io/badge/DMG%20Installer-v1.2.7-blue)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-1.2.7.dmg) [![](https://img.shields.io/badge/ZIP%20Portable-v1.2.7-blue)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-darwin-x64-1.2.7.zip)

#### Linux 64-bit

[![](https://img.shields.io/badge/DEB%20Installer-v1.2.6-green)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-1.2.6.deb) [![](https://img.shields.io/badge/RPM%20Installer-v1.2.6-green)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.6/PAIA-Desktop-1.2.6.rpm)
[![](https://img.shields.io/badge/DEB%20Installer-v1.2.7-green)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-1.2.7.deb) [![](https://img.shields.io/badge/RPM%20Installer-v1.2.7-green)](https://github.com/PAIA-Playful-AI-Arena/Paia-Desktop/releases/download/v1.2.7/PAIA-Desktop-1.2.7.rpm)

## Building

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paia-desktop",
"productName": "PAIA Desktop",
"version": "1.2.6",
"version": "1.2.7",
"description": "A blockly application that can build AI to play games.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 701e14c

Please sign in to comment.