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

Commit

Permalink
renamed all mentions of VIS Desktop to Data Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kjacks committed Jun 15, 2020
1 parent a35809b commit 90e6730
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It is built with investigative reporting as its primary use case and utilizes the [Follow the Money](https://github.com/alephdata/followthemoney) data model, which seeks to provide a common language to describe the entities most commonly used in investigative reporting.

**To get started, download the latest release for [Mac](https://github.com/alephdata/visdesktop/releases/latest/download/VIS-Desktop.dmg), [Windows](https://github.com/alephdata/visdesktop/releases/latest/download/VIS-Desktop.exe), and [Linux](https://github.com/alephdata/visdesktop/releases/latest/download/@alephdata.visdesktop.tar.gz).**
**To get started, download the latest release for [Mac](https://github.com/alephdata/datadesktop/releases/latest/download/VIS-Desktop.dmg), [Windows](https://github.com/alephdata/datadesktop/releases/latest/download/VIS-Desktop.exe), and [Linux](https://github.com/alephdata/datadesktop/releases/latest/download/@alephdata.datadesktop.tar.gz).**

For more information, read the [Data Desktop documentation](https://docs.alephdata.org/guide/vis-desktop).

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: VIS Desktop
title: Aleph Data Desktop
description: A tool for visualizing and exploring complex networks
theme: jekyll-theme-minimal
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@alephdata/visdesktop",
"name": "@alephdata/datadesktop",
"version": "1.9.1",
"description": "desktop application for vislib",
"repository": {
"type": "git",
"url": "git+https://github.com/alephdata/visdesktop.git"
"url": "git+https://github.com/alephdata/datadesktop.git"
},
"author": "OCCRP Data <data@occrp.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alephdata/visdesktop/issues"
"url": "https://github.com/alephdata/datadesktop/issues"
},
"homepage": "./",
"main": "build/electron.js",
"build": {
"appId": "com.electron.visdesktop",
"productName": "VIS Desktop",
"productName": "Aleph Data Desktop",
"publish": "github",
"afterSign": "scripts/notarize.js",
"artifactName": "${productName}.${ext}",
Expand All @@ -37,7 +37,7 @@
},
"linux": {
"target": "deb",
"executableName": "VISDesktop",
"executableName": "AlephDataDesktop",
"icon": "./logo.png"
},
"win": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/components/CustomMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { app, BrowserWindow, Menu } from 'electron'
export const CustomMenu = (sendSaveFile: any, newFile: any, openFileDialog: any) => {
return Menu.buildFromTemplate([
{
label: 'VIS Desktop',
label: 'Aleph Data Desktop',
submenu: [
{ role: 'about' },
{ type: 'separator' },
Expand Down

0 comments on commit 90e6730

Please sign in to comment.