Skip to content

Commit

Permalink
v1.1.0-gtk release
Browse files Browse the repository at this point in the history
  • Loading branch information
TauAkiou committed Oct 17, 2020
1 parent 0fd1f61 commit 7b0723f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: dotnet restore "AmongUsCapture\AmongUsCapture.csproj"
- name: Publish
run: |
dotnet publish "AmongUsCapture\AmongUsCapture.csproj" -p:PublishProfile=FolderProfile -p:AssemblyVersion=0.0.1
dotnet publish "AmongUsCapture\AmongUsCapture.csproj" -p:PublishProfile=FolderProfile -p:AssemblyVersion=0.0.1 -p:PublishReadyToRunShowWarnings=true
- name: Relocate
run: |
mv AmongUsCapture/bin/publish/linux-x64/AmongUsCapture AmongUsCapture-linux-x64
mv AmongUsCapture/bin/publish/linux-x64/AmongUsCapture AmongUsCapture-gtk-linux-x64
- name: AmongUsCapture-beta
uses: actions/upload-artifact@v2
with:
name: AmongUsCapture-beta
path: AmongUsCapture-linux-x64
path: AmongUsCapture-gtk-linux-x64
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,18 @@ While you can use amonguscapture-gtk under Windows, we recommend using the [offi

#### Instructions:

I'm currently having some trouble with the makefile, so here are some manual instructions:
```
- git clone https://github.com/TauAkiou/amonguscapture-gtk
- git checkout linux-mem-new
- cd amonguscapture-gtk
- git rev-parse HEAD > AmongUsCapture/version.txt
- dotnet build -c <release/debug>
```

Your code will be in amonguscapture-gtk/bin/<Release/Debug>/netcoreapp3.1>
Your code will be in amonguscapture-gtk/bin/<Release/Debug>/netcoreapp3.1> as "amonguscapture.dll".

```
If you want a

Makefile instructions for when I get it working again:
```
- git clone https://github.com/TauAkiou/amonguscapture-gtk/tree/linux-mem-new

For release builds:
- cd amonguscapture-gtk
- 'make' or 'make release'

For debug builds:
- cd amonguscapture-gtk
- 'make debug'

0 comments on commit 7b0723f

Please sign in to comment.