Remove changelog and non-working workflows

This commit is contained in:
XorTroll 2019-12-30 15:10:02 +01:00
parent 7f1e828fc8
commit ff8ee3e514
2 changed files with 0 additions and 48 deletions

View file

@ -1,33 +0,0 @@
name: Build uLaunch
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Update repo
run: |
git submodule update --init --recursive
- name: Install devkitpro
run: |
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
sudo dpkg -i devkitpro-pacman.deb
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
- name: Build uLaunch
run: |
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export PATH=${DEVKITPRO}/tools/bin:$PATH
make -j
- uses: actions/upload-artifact@master
with:
name: uLaunch
path: SdOut/

View file

@ -1,15 +0,0 @@
# Changelog
## General
- Added support for latest Atmosphere, libstratosphere and libnx, fixing potential bugs they all could have had.
## USB viewer
- USB viewing has been force-disabled for this version, since it is completely broken.
## Main menu
- Fixed a bug where homebrew couldn't be launched from main menu, even in applet mode, when there is an application suspended.
- Added the option to rename folders by pressing X on the main menu (with the folder selected)