> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/updates-and-security/updating.md).

# Geo Prospector 업데이트

## 현재 안정 버전

`6.7.25.1`

## 공식 업데이트 채널

* **버전 지정 설치 프로그램:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **최신 안정 버전 설치 프로그램:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **GitHub 릴리스:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **업데이트 매니페스트:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## 설치 프로그램 식별 정보

| 속성      | 값                                                                  |
| ------- | ------------------------------------------------------------------ |
| 버전      | `6.7.25.1`                                                         |
| 크기      | `273765875바이트` (261.08 MiB)                                        |
| SHA-256 | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| 필수 업데이트 | `거짓`                                                               |

## 수동 업데이트

1. 진행 중인 B2B Finder 또는 Email Finder 작업이 완료되도록 하세요.
2. Geo Prospector를 닫습니다.
3. 공식 `GeoProspectorSetup.exe`.
4. SHA-256 해시를 확인합니다.
5. 기존 설치 위에 설치 프로그램을 실행하세요.
6. Geo Prospector를 다시 엽니다.
7. 버전 확인 `6.7.25.1` 및 활성 라이선스 상태.
8. 작은 B2B Finder 스모크 테스트를 실행합니다.

## 설치 프로그램 확인

```powershell
Get-FileHash -LiteralPath ".\GeoProspectorSetup.exe" -Algorithm SHA256
```

예상 SHA-256:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

해시가 다를 경우 파일을 설치하지 마세요.

## 데이터 보존

설치 프로그램은 다음 위치의 사용자 생성 데이터를 보존하면서 애플리케이션 파일을 업데이트합니다 `C:\GeoProspector`.

## 중요

다음만 복사하지 마세요 `geo_prospector.exe` 또는 개별 런타임 파일을 교체하지 마세요. 서명된 보안 앵커 매니페스트, Node.js 런타임, Chromium 런타임, 그리고 보호된 Email Finder 백엔드가 일관성을 유지하도록 완전한 공식 설치 프로그램을 사용하세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/updates-and-security/updating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
