Skip to content

Commit 152cfd9

Browse files
Merge pull request #404 from voideditor/model-selection
1.2.1 updates
2 parents a0fa104 + 7ea4e16 commit 152cfd9

File tree

19 files changed

+555
-565
lines changed

19 files changed

+555
-565
lines changed

create-appimage.sh

Lines changed: 0 additions & 112 deletions
This file was deleted.

product.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"nameShort": "Void",
33
"nameLong": "Void",
4-
"voidVersion": "1.2.1",
4+
"voidVersion": "1.2.3",
55
"applicationName": "void",
66
"dataFolderName": ".void-editor",
77
"win32MutexName": "voideditor",

scripts/appimage/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
3+
# README
4+
5+
This is a community-made AppImage creation script.
6+
7+
There are some reported bugs with it.
8+
9+
To generate an AppImage yourself, feel free to look at
10+
stable-linux.yml in the separate `void-builder/` repo,
11+
which runs a GitHub Action that builds the AppImage you see on our website.
12+
13+
114
# Void AppImage Creation Script
215

316
This script automates the process of creating an AppImage for the Void Editor using Docker. It works on macOS and Linux platforms.

0 commit comments

Comments
 (0)