Skip to content

Commit

Permalink
State appimagetool version
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-harmoniq committed Oct 4, 2017
1 parent e8ecb9b commit 595dfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Using *netpkg-tool* will restore and compile your project based on settings in y
1. Restore project dependencies
1. Compile .NET Core app
1. Create AppDir and transfer files
1. Run appimagetool on created AppDir
1. Run *appimagetool* on created AppDir
1. Delete temporary files

## Dependencies

- [.NET Core 2.0 SDK](https://www.microsoft.com/net/core/preview): Per-distro [RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) tags were replaced with the universal `linux-x64` [RID](https://github.com/dotnet/cli/issues/2727), simplifying the Linux build process. Earlier versions *should* work with *netpkg-tool* but only using [Framework Dependent Deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#framework-dependent-deployments-fdd).
- [appimagetool](https://github.com/AppImage/AppImageKit): (Included) Bundles linux applications into AppImages.
- [appimagetool](https://github.com/AppImage/AppImageKit): (Included) Bundles Linux applications into AppImages, currently utilizes version 9 of *appimagetool*.
- [Shell.NET](https://github.com/phil-harmoniq/Shell.NET): (Included) .NET Standard library for interacting with Bash.

## Contributing
Expand Down

0 comments on commit 595dfce

Please sign in to comment.