├── LICENSE ├── README.md ├── deb2appimage.desktop ├── deb2appimage.png ├── deb2appimage.sh ├── json ├── alacritty.json ├── ansiweather.json ├── bbtag-editor.json ├── deb2appimage.json ├── discord-canary-wrapper.json ├── discord-canary.json ├── discord-ptb.json ├── discord-stable.json ├── firefox.json ├── google-docs.json ├── google-play-music.json ├── halloween-doodle.json ├── imagewriter.json ├── kitty.json ├── micro.json ├── neofetch.json ├── parsec.json ├── spm.json ├── troubleshooter.json ├── twitch-wrapper.json ├── vscode.json ├── yad.json ├── yadshot.json └── yata.json ├── resources ├── AppRun ├── desktopintegration └── fltk-dialog └── scripts ├── code.sh ├── discord-canary.sh ├── discord-ptb.sh ├── discord-stable.sh └── imagewriter.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/README.md -------------------------------------------------------------------------------- /deb2appimage.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/deb2appimage.desktop -------------------------------------------------------------------------------- /deb2appimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/deb2appimage.png -------------------------------------------------------------------------------- /deb2appimage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/deb2appimage.sh -------------------------------------------------------------------------------- /json/alacritty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/alacritty.json -------------------------------------------------------------------------------- /json/ansiweather.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/ansiweather.json -------------------------------------------------------------------------------- /json/bbtag-editor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/bbtag-editor.json -------------------------------------------------------------------------------- /json/deb2appimage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/deb2appimage.json -------------------------------------------------------------------------------- /json/discord-canary-wrapper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/discord-canary-wrapper.json -------------------------------------------------------------------------------- /json/discord-canary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/discord-canary.json -------------------------------------------------------------------------------- /json/discord-ptb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/discord-ptb.json -------------------------------------------------------------------------------- /json/discord-stable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/discord-stable.json -------------------------------------------------------------------------------- /json/firefox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/firefox.json -------------------------------------------------------------------------------- /json/google-docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/google-docs.json -------------------------------------------------------------------------------- /json/google-play-music.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/google-play-music.json -------------------------------------------------------------------------------- /json/halloween-doodle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/halloween-doodle.json -------------------------------------------------------------------------------- /json/imagewriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/imagewriter.json -------------------------------------------------------------------------------- /json/kitty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/kitty.json -------------------------------------------------------------------------------- /json/micro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/micro.json -------------------------------------------------------------------------------- /json/neofetch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/neofetch.json -------------------------------------------------------------------------------- /json/parsec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/parsec.json -------------------------------------------------------------------------------- /json/spm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/spm.json -------------------------------------------------------------------------------- /json/troubleshooter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/troubleshooter.json -------------------------------------------------------------------------------- /json/twitch-wrapper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/twitch-wrapper.json -------------------------------------------------------------------------------- /json/vscode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/vscode.json -------------------------------------------------------------------------------- /json/yad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/yad.json -------------------------------------------------------------------------------- /json/yadshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/yadshot.json -------------------------------------------------------------------------------- /json/yata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/json/yata.json -------------------------------------------------------------------------------- /resources/AppRun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/resources/AppRun -------------------------------------------------------------------------------- /resources/desktopintegration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/resources/desktopintegration -------------------------------------------------------------------------------- /resources/fltk-dialog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/resources/fltk-dialog -------------------------------------------------------------------------------- /scripts/code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/scripts/code.sh -------------------------------------------------------------------------------- /scripts/discord-canary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/scripts/discord-canary.sh -------------------------------------------------------------------------------- /scripts/discord-ptb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/scripts/discord-ptb.sh -------------------------------------------------------------------------------- /scripts/discord-stable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/scripts/discord-stable.sh -------------------------------------------------------------------------------- /scripts/imagewriter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simoniz0r/deb2appimage/HEAD/scripts/imagewriter.sh --------------------------------------------------------------------------------