Skip to content

Commit

Permalink
Rename directory embedded-adb to embedded-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Nov 11, 2021
1 parent e543da3 commit f3d1103
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions installer/installer.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; -- installer.iss --
; Generates an installer with Inno Setup.

#define tools_dir_name "embedded-adb"
#define tools_dir_name "embedded-tools"
#define releasedir "..\build\windows\runner\Release\"
#define instbuilddir "..\build\installer"
#define toolsdir "..\"+tools_dir_name
Expand All @@ -20,7 +20,7 @@
#define path_assoc_default ".DEFAULT\"+path_assoc_user

[Setup]
AppVersion=0.4.3
AppVersion=0.4.4
PrivilegesRequired=admin
AppName=WSA PacMan
ArchitecturesInstallIn64BitMode=x64
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Env {
static final String SYSTEM_ROOT = Platform.environment["SystemRoot"] ?? "";
static final String USER_PROFILE = Platform.environment["UserProfile"] ?? "";
static final String EXEC_DIR = Platform.resolvedExecutable.replaceFirst(RegExp(r'[/\\][^/\\]*$'), r'\');
static final String TOOLS_DIR = "${EXEC_DIR}embedded-adb\\";
static final String TOOLS_DIR = "${EXEC_DIR}embedded-tools\\";
}

class WSAPeriodicConnector {
Expand Down

0 comments on commit f3d1103

Please sign in to comment.