diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c554811..d733670 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@
-name: Build/release
+name: Build
on: push
diff --git a/LICENSE.txt b/LICENSE.txt
index a7ce69e..1455dbb 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017-2021 Daniel D. Scalzi
+Copyright (c) 2017-2022 Daniel D. Scalzi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index eb65372..3e19edf 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
(formerly Electron Launcher)
-[
](https://travis-ci.org/dscalzi/HeliosLauncher) [](https://github.com/dscalzi/HeliosLauncher/releases)
+[](https://github.com/dscalzi/HeliosLauncher/actions) [](https://github.com/dscalzi/HeliosLauncher/releases)
Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.
diff --git a/electron-builder.yml b/electron-builder.yml index 1b58454..cd5d1ce 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -2,13 +2,13 @@ appId: 'helioslauncher' productName: 'Helios Launcher' artifactName: '${productName}-setup-${version}.${ext}' -copyright: 'Copyright © 2018-2021 Daniel Scalzi' +copyright: 'Copyright © 2018-2022 Daniel Scalzi' asar: true compression: 'maximum' files: - - '!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.travis.yml,.nvmrc,.eslintrc.json,build.js}' + - '!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.nvmrc,.eslintrc.json}' extraResources: - 'libraries'