Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 968 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 968 Bytes

ApkRenamer

The application for renaming apk files according to a template.

Template example:

${apk.applicationLabel}-${apk.versionName}

ApkRenamer light screenshot

ApkRenamer dark screenshot

Portable mode

To enable the portable mode in the application, you need to create an empty file named portable.

Build instructions

flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
  • Run the code generation of text resources:
flutter gen-l10n
  • Start the application build:
# for windows
flutter build windows --release
# for macos
flutter build macos --release
# for linux
flutter build linux --release