# Change Package Name

1. Change App Name & Executable

* Open windows/runner/CMakeLists.txt
* Find this line:\
  -set(BINARY\_NAME "my\_flutter\_app")\
  &#x20;       Change "my\_flutter\_app" to your new app name.
* This will also change the .exe name generated.

&#x20;

2. Change App ID / Package Family Name

* Open the Windows Runner project settings in:\
  -windows/runner/main.cpp\
  -windows/runner/Runner.rc
* In Runner.rc, update:\
  -VALUE "CompanyName", "YourCompany"\
  -VALUE "FileDescription", "Your New App"\
  -VALUE "InternalName", "YourApp"\
  -VALUE "ProductName", "YourApp"
* This affects the app’s metadata (shown in installer / properties).

3. **Rebuild App**\
   Run:

`flutter clean`

`flutter pub get`

`flutter build windows`

Your Windows app will now have the **new package ID, name, and executable**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cyclone-nepal.gitbook.io/digital-hrs-zkt-offline-setup-documentation/change-package-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
