mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
bump dev version
This commit is contained in:
parent
f2cfcbfb5d
commit
a16ae8fae1
3 changed files with 13 additions and 13 deletions
22
.github/workflows/dev.yml
vendored
22
.github/workflows/dev.yml
vendored
|
@ -38,12 +38,12 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordLinux.zip
|
name: ArmCordLinux.zip
|
||||||
path: dist/ArmCord-3.2.1.zip
|
path: dist/ArmCord-3.3.0.zip
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordLinuxArm64.zip
|
name: ArmCordLinuxArm64.zip
|
||||||
path: dist/ArmCord-3.2.1-arm64.zip
|
path: dist/ArmCord-3.3.0-arm64.zip
|
||||||
build-snap:
|
build-snap:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||||
with:
|
with:
|
||||||
snap: dist/ArmCord_3.2.1_amd64.snap
|
snap: dist/ArmCord_3.3.0_amd64.snap
|
||||||
release: edge
|
release: edge
|
||||||
build-mac:
|
build-mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordMac.zip
|
name: ArmCordMac.zip
|
||||||
path: dist/ArmCord-3.2.1-mac.zip
|
path: dist/ArmCord-3.3.0-mac.zip
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
@ -140,7 +140,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordWindows.zip
|
name: ArmCordWindows.zip
|
||||||
path: dist/ArmCord-3.2.1-win.zip
|
path: dist/ArmCord-3.3.0-win.zip
|
||||||
build-windowsOnARM:
|
build-windowsOnARM:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -173,7 +173,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordWindowsArm64.zip
|
name: ArmCordWindowsArm64.zip
|
||||||
path: dist\ArmCord-3.2.1-arm64-win.zip
|
path: dist\ArmCord-3.3.0-arm64-win.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -230,8 +230,8 @@ jobs:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body_path: .github/release.md
|
body_path: .github/release.md
|
||||||
files: |
|
files: |
|
||||||
linux/ArmCord-3.2.1.zip
|
linux/ArmCord-3.3.0.zip
|
||||||
linux/ArmCord-3.2.1-arm64.zip
|
linux/ArmCord-3.3.0-arm64.zip
|
||||||
macos/ArmCord-3.2.1-mac.zip
|
macos/ArmCord-3.3.0-mac.zip
|
||||||
windows/ArmCord-3.2.1-win.zip
|
windows/ArmCord-3.3.0-win.zip
|
||||||
windows/ArmCord-3.2.1-arm64-win.zip
|
windows/ArmCord-3.3.0-arm64-win.zip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ArmCord",
|
"name": "ArmCord",
|
||||||
"version": "3.2.1",
|
"version": "3.3.0",
|
||||||
"description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
|
"description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.",
|
||||||
"main": "ts-out/main.js",
|
"main": "ts-out/main.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
text.innerHTML = await internal.getLang("loading_screen_offline");
|
text.innerHTML = await internal.getLang("loading_screen_offline");
|
||||||
} else {
|
} else {
|
||||||
text.innerHTML = await internal.getLang("loading_screen_start");
|
text.innerHTML = await internal.getLang("loading_screen_start");
|
||||||
if (window.internal.version === "3.2.1") {
|
if (window.internal.version === "3.3.0") {
|
||||||
console.log("Running a development build of ArmCord. Skipping updater.");
|
console.log("Running a development build of ArmCord. Skipping updater.");
|
||||||
} else {
|
} else {
|
||||||
const response = await fetch("https://armcord.xyz/latest.json");
|
const response = await fetch("https://armcord.xyz/latest.json");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue