mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-10 14:34:13 +00:00
Remove changelog and non-working workflows
This commit is contained in:
parent
7f1e828fc8
commit
ff8ee3e514
2 changed files with 0 additions and 48 deletions
33
.github/workflows/main.yml
vendored
33
.github/workflows/main.yml
vendored
|
@ -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/
|
|
|
@ -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)
|
|
Loading…
Reference in a new issue