Add chrome.pak and en-US.pak in locales

This commit is contained in:
Kevin Sawicki
2012-06-04 11:37:32 -07:00
parent b2b81815e6
commit 70d7d8a927
4 changed files with 1 additions and 6 deletions

View File

@@ -1,4 +1,2 @@
*.o
atom
chrome.pak
locales/

View File

@@ -70,9 +70,6 @@ OBJECTS=$(SOURCES:.cpp=.o)
all:
g++ $(CFLAGS_Release) $(CFLAGS_CC_Release) -c $(SOURCES)
g++ -o atom $(OBJECTS) $(LDFLAGS_Release) $(LIBS)
cp ../Atom/Resources/chrome.pak .
mkdir -p locales/
cp ../Atom/Resources/en.lproj/locale.pak locales/en-US.pak
clean:
rm -rf *.o atom chrome.pak locales
rm -rf *.o atom

BIN
Atom-Linux/chrome.pak Normal file

Binary file not shown.

Binary file not shown.