Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
feat: new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Mar 20, 2022
1 parent 61ee42f commit 37f7e79
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# argoninstaller

<a href="https://discord.gg/wU9kyjdJup">
<img src="assets/argoninstaller.png" height="150px">
</a>
</div>

<div align="center">
Expand All @@ -23,6 +26,7 @@ ArgonInstaller is a cross platform mod installer and updater you can use it with
- You can create your own repos for Argon and that way easily share your mods with other users.
- Easily update and change your mods with the built in updater
- Switch mod folders with the click of only one button
- Hash checking Argon checks every hash of the mod being installed if its the right one if not it will throw a error.

| Feature | Screenshots |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------- |
Expand Down
Binary file added assets/Argon Name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/Argon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions assets/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/argoninstaller.ico
Binary file not shown.
Binary file modified assets/argoninstaller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/argoninstaller128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/argoninstaller256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@ class ArgonInstallerApp extends StatelessWidget {
);
},
initialRoute: '/',
routes: {
'/': (_) =>
const ArgonInstallerPage(title: 'Tricked mod Installer')
},
// home: const ArgonInstallerPage(title: 'Tricked mod Installer'),
routes: {'/': (_) => const ArgonInstallerPage(title: 'Argon')},
);
});
}
Expand Down
2 changes: 1 addition & 1 deletion linux/debian/usr/share/applications/argoninstaller.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Icon=argoninstaller
Exec=argoninstaller %u
StartupWMClass=argoninstaller
Categories=Utility;
Keywords=Tmodinstaller,modinstaller,mods,minecraft;
Keywords=argon,modinstaller,mods,minecraft,argoninstaller;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed windows/runner/resources/app_icon.ico
Binary file not shown.
Binary file modified windows/runner/resources/icon.ico
Binary file not shown.

0 comments on commit 37f7e79

Please sign in to comment.